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