Paleta de colores Whispers of Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Dawn

/* CSS */
.color-1 {
color: #e3d6ff;
}
.color-2 {
color: #b19fdf;
}
.color-3 {
color: #8c6aaf;
}
.color-4 {
color: #b57d8d;
}
.color-5 {
color: #f19dbc;
}

/* CSS Variables */
:root {
--color-1: #e3d6ff;
--color-2: #b19fdf;
--color-3: #8c6aaf;
--color-4: #b57d8d;
--color-5: #f19dbc;
}

CSS del degradado de fondo Whispers of Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6ff, #b19fdf, #8c6aaf, #b57d8d, #f19dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6ff, #b19fdf, #8c6aaf, #b57d8d, #f19dbc);
}

Whispers of Dawn color palette created on .