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