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: #327c9f;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #8ee3e6;
}
.color-4 {
color: #f2f1a1;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #327c9f;
--color-2: #50b9d3;
--color-3: #8ee3e6;
--color-4: #f2f1a1;
--color-5: #f0a800;
}
CSS del degradado de fondo Celestial Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327c9f, #50b9d3, #8ee3e6, #f2f1a1, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327c9f, #50b9d3, #8ee3e6, #f2f1a1, #f0a800);
}
Paletas de colores similares
Celestial Serenade color palette created on .