Seasons of Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Seasons of Serenity palette

Condividi questa palette a:

tavolozza dei colori Seasons of Serenity CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f1694b;
}
.color-3 {
color: #b44b6c;
}
.color-4 {
color: #6b4f8c;
}
.color-5 {
color: #4c9e8e;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f1694b;
--color-3: #b44b6c;
--color-4: #6b4f8c;
--color-5: #4c9e8e;
}

CSS con gradiente di sfondo Seasons of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f1694b, #b44b6c, #6b4f8c, #4c9e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f1694b, #b44b6c, #6b4f8c, #4c9e8e);
}

Seasons of Serenity color palette created on .