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: #f8f7f7;
}
.color-2 {
color: #eceaeb;
}
.color-3 {
color: #f3cab9;
}
.color-4 {
color: #c2cfdb;
}
.color-5 {
color: #f3ac8c;
}

/* CSS Variables */
:root {
--color-1: #f8f7f7;
--color-2: #eceaeb;
--color-3: #f3cab9;
--color-4: #c2cfdb;
--color-5: #f3ac8c;
}

CSS del degradado de fondo Whispers of Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}

Paletas de colores similares

Whispers of Dawn color palette created on .