Paleta de colores Whispers of Morning Light
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Morning Light palette
Image Gallery
CSS de la paleta de colores Whispers of Morning Light
/* CSS */
.color-1 {
color: #e6eaea;
}
.color-2 {
color: #c2dafa;
}
.color-3 {
color: #d4d1a5;
}
.color-4 {
color: #e7d746;
}
.color-5 {
color: #afc7e9;
}
/* CSS Variables */
:root {
--color-1: #e6eaea;
--color-2: #c2dafa;
--color-3: #d4d1a5;
--color-4: #e7d746;
--color-5: #afc7e9;
}
CSS del degradado de fondo Whispers of Morning Light
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6eaea, #c2dafa, #d4d1a5, #e7d746, #afc7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6eaea, #c2dafa, #d4d1a5, #e7d746, #afc7e9);
}
Paletas de colores similares
Whispers of Morning Light color palette created on .