Spectrum of Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Spectrum of Serenity palette

Condividi questa palette a:

tavolozza dei colori Spectrum of Serenity CSS

/* CSS */
.color-1 {
color: #9ed6e0;
}
.color-2 {
color: #a5e4b5;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #f1a7b1;
}
.color-5 {
color: #e88d9f;
}

/* CSS Variables */
:root {
--color-1: #9ed6e0;
--color-2: #a5e4b5;
--color-3: #f2e4b5;
--color-4: #f1a7b1;
--color-5: #e88d9f;
}

CSS con gradiente di sfondo Spectrum of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6e0, #a5e4b5, #f2e4b5, #f1a7b1, #e88d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6e0, #a5e4b5, #f2e4b5, #f1a7b1, #e88d9f);
}

Spectrum of Serenity color palette created on .