Paleta de colores Serene Sky Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sky Reverie palette
CSS de la paleta de colores Serene Sky Reverie
/* CSS */
.color-1 {
color: #fbfcfe;
}
.color-2 {
color: #d6e4f0;
}
.color-3 {
color: #94d9f5;
}
.color-4 {
color: #b1959b;
}
.color-5 {
color: #58ace4;
}
/* CSS Variables */
:root {
--color-1: #fbfcfe;
--color-2: #d6e4f0;
--color-3: #94d9f5;
--color-4: #b1959b;
--color-5: #58ace4;
}
CSS del degradado de fondo Serene Sky Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfcfe, #d6e4f0, #94d9f5, #b1959b, #58ace4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfcfe, #d6e4f0, #94d9f5, #b1959b, #58ace4);
}
Paletas de colores similares
Serene Sky Reverie color palette created on .