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: #e9b4c4;
}
.color-2 {
color: #f6d4b1;
}
.color-3 {
color: #fce4a6;
}
.color-4 {
color: #d9e8b0;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #e9b4c4;
--color-2: #f6d4b1;
--color-3: #fce4a6;
--color-4: #d9e8b0;
--color-5: #a8d3e1;
}

CSS del degradado de fondo Whispers of Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b4c4, #f6d4b1, #fce4a6, #d9e8b0, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b4c4, #f6d4b1, #fce4a6, #d9e8b0, #a8d3e1);
}

Whispers of Dawn color palette created on .