Sunlit Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

Condividi questa palette a:

tavolozza dei colori Sunlit Serenity CSS

/* CSS */
.color-1 {
color: #f2eba1;
}
.color-2 {
color: #c5d68f;
}
.color-3 {
color: #a1c7d3;
}
.color-4 {
color: #5db9d5;
}
.color-5 {
color: #f45d7e;
}

/* CSS Variables */
:root {
--color-1: #f2eba1;
--color-2: #c5d68f;
--color-3: #a1c7d3;
--color-4: #5db9d5;
--color-5: #f45d7e;
}

CSS con gradiente di sfondo Sunlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2eba1, #c5d68f, #a1c7d3, #5db9d5, #f45d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2eba1, #c5d68f, #a1c7d3, #5db9d5, #f45d7e);
}

Sunlit Serenity color palette created on .