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