Blush and Sage Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush and Sage Serenity palette

Condividi questa palette a:

tavolozza dei colori Blush and Sage Serenity CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #83b4b1;
}
.color-3 {
color: #5f7c7b;
}
.color-4 {
color: #394c4c;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #83b4b1;
--color-3: #5f7c7b;
--color-4: #394c4c;
--color-5: #f1c84b;
}

CSS con gradiente di sfondo Blush and Sage Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #83b4b1, #5f7c7b, #394c4c, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #83b4b1, #5f7c7b, #394c4c, #f1c84b);
}

Blush and Sage Serenity color palette created on .