Paleta de colores Celestial Coral Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Coral Delight palette
CSS de la paleta de colores Celestial Coral Delight
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #fff8e0;
}
.color-5 {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a57;
--color-3: #ffd84d;
--color-4: #fff8e0;
--color-5: #5e4b8b;
}
CSS del degradado de fondo Celestial Coral Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a57, #ffd84d, #fff8e0, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a57, #ffd84d, #fff8e0, #5e4b8b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Coral
Celestial Coral Delight color palette created on .