Sunny Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Serenity palette

Condividi questa palette a:

tavolozza dei colori Sunny Serenity CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #c7d100;
}
.color-4 {
color: #a4d171;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f5a300;
--color-3: #c7d100;
--color-4: #a4d171;
--color-5: #f47b1f;
}

CSS con gradiente di sfondo Sunny Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f5a300, #c7d100, #a4d171, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f5a300, #c7d100, #a4d171, #f47b1f);
}

Sunny Serenity color palette created on .