Serenity's Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity's Embrace palette

Condividi questa palette a:

tavolozza dei colori Serenity's Embrace CSS

/* CSS */
.color-1 {
color: #5b8b89;
}
.color-2 {
color: #8fb7a0;
}
.color-3 {
color: #b3d1c8;
}
.color-4 {
color: #eae3ae;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #5b8b89;
--color-2: #8fb7a0;
--color-3: #b3d1c8;
--color-4: #eae3ae;
--color-5: #f7b5a1;
}

CSS con gradiente di sfondo Serenity's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b89, #8fb7a0, #b3d1c8, #eae3ae, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b89, #8fb7a0, #b3d1c8, #eae3ae, #f7b5a1);
}

Serenity's Embrace color palette created on .