Paleta de colores Whispers of Sunlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Sunlit Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Sunlit Serenity

/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #ece1d0;
}
.color-3 {
color: #cbc7b9;
}
.color-4 {
color: #dfc543;
}
.color-5 {
color: #b19192;
}

/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #ece1d0;
--color-3: #cbc7b9;
--color-4: #dfc543;
--color-5: #b19192;
}

CSS del degradado de fondo Whispers of Sunlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #ece1d0, #cbc7b9, #dfc543, #b19192);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #ece1d0, #cbc7b9, #dfc543, #b19192);
}

Paletas de colores similares

Whispers of Sunlit Serenity color palette created on .