Paleta de colores Warm Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Coral palette
CSS de la paleta de colores Warm Coral
/* CSS */
.color-1 {
color: #fe9fcf;
}
.color-2 {
color: #fecfc8;
}
.color-3 {
color: #fee2c8;
}
.color-4 {
color: #5ecbe4;
}
.color-5 {
color: #78ccfc;
}
/* CSS Variables */
:root {
--color-1: #fe9fcf;
--color-2: #fecfc8;
--color-3: #fee2c8;
--color-4: #5ecbe4;
--color-5: #78ccfc;
}
CSS del degradado de fondo Warm Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9fcf, #fecfc8, #fee2c8, #5ecbe4, #78ccfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9fcf, #fecfc8, #fee2c8, #5ecbe4, #78ccfc);
}
Paletas de colores similares
Warm Coral color palette created on .