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: #f3e1b4;
}
.color-2 {
color: #e9b79b;
}
.color-3 {
color: #d789ca;
}
.color-4 {
color: #a3c5eb;
}
.color-5 {
color: #6b9e8b;
}

/* CSS Variables */
:root {
--color-1: #f3e1b4;
--color-2: #e9b79b;
--color-3: #d789ca;
--color-4: #a3c5eb;
--color-5: #6b9e8b;
}

CSS con gradiente di sfondo Serenity's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e1b4, #e9b79b, #d789ca, #a3c5eb, #6b9e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e1b4, #e9b79b, #d789ca, #a3c5eb, #6b9e8b);
}

Serenity's Embrace color palette created on .