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