Caroline's Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Caroline's Serenity palette

Condividi questa palette a:

tavolozza dei colori Caroline's Serenity CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffd95c;
}
.color-4 {
color: #f1e3b6;
}
.color-5 {
color: #3c8e9a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffd95c;
--color-4: #f1e3b6;
--color-5: #3c8e9a;
}

CSS con gradiente di sfondo Caroline's Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffd95c, #f1e3b6, #3c8e9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffd95c, #f1e3b6, #3c8e9a);
}

Caroline's Serenity color palette created on .