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: #4f7bb0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f2dfd4;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d65d38;
}

/* CSS Variables */
:root {
--color-1: #4f7bb0;
--color-2: #a3c7e0;
--color-3: #f2dfd4;
--color-4: #f6b83c;
--color-5: #d65d38;
}

CSS con gradiente di sfondo Sunny Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7bb0, #a3c7e0, #f2dfd4, #f6b83c, #d65d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7bb0, #a3c7e0, #f2dfd4, #f6b83c, #d65d38);
}

Sunny Serenity color palette created on .