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: #fcfcfc;
}
.color-2 {
color: #fcf19c;
}
.color-3 {
color: #c7dbd9;
}
.color-4 {
color: #b3d5ea;
}
.color-5 {
color: #f6ab83;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #fcf19c;
--color-3: #c7dbd9;
--color-4: #b3d5ea;
--color-5: #f6ab83;
}

CSS del degradado de fondo Whispers of Sunlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #fcf19c, #c7dbd9, #b3d5ea, #f6ab83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #fcf19c, #c7dbd9, #b3d5ea, #f6ab83);
}

Whispers of Sunlit Serenity color palette created on .