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: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #faf8f5;
}
.color-4 {
color: #e8e8e9;
}
.color-5 {
color: #c7ac60;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #faf8f5;
--color-4: #e8e8e9;
--color-5: #c7ac60;
}

CSS del degradado de fondo Whispers of Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #faf8f5, #e8e8e9, #c7ac60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #faf8f5, #e8e8e9, #c7ac60);
}

Whispers of Dawn color palette created on .