Paleta de colores Dawn's Serene Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dawn's Serene Whisper palette
CSS de la paleta de colores Dawn's Serene Whisper
/* CSS */
.color-1 {
color: #a3c6e0;
}
.color-2 {
color: #b3dfd2;
}
.color-3 {
color: #f6d2a2;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #ef808d;
}
/* CSS Variables */
:root {
--color-1: #a3c6e0;
--color-2: #b3dfd2;
--color-3: #f6d2a2;
--color-4: #f7b7a1;
--color-5: #ef808d;
}
CSS del degradado de fondo Dawn's Serene Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c6e0, #b3dfd2, #f6d2a2, #f7b7a1, #ef808d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c6e0, #b3dfd2, #f6d2a2, #f7b7a1, #ef808d);
}
Paletas de colores similares
Dawn's Serene Whisper color palette created on .