Paleta de colores Sunset Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Whispers

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4cecd;
}
.color-3 {
color: #f9c262;
}
.color-4 {
color: #c59291;
}
.color-5 {
color: #a97c42;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4cecd;
--color-3: #f9c262;
--color-4: #c59291;
--color-5: #a97c42;
}

CSS del degradado de fondo Sunset Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}

Sunset Whispers color palette created on .