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