Spiced Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Spiced Serenity palette

Condividi questa palette a:

tavolozza dei colori Spiced Serenity CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b26a5c;
}
.color-3 {
color: #d49d8c;
}
.color-4 {
color: #f6c8a7;
}
.color-5 {
color: #f8e1ce;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b26a5c;
--color-3: #d49d8c;
--color-4: #f6c8a7;
--color-5: #f8e1ce;
}

CSS con gradiente di sfondo Spiced Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b26a5c, #d49d8c, #f6c8a7, #f8e1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b26a5c, #d49d8c, #f6c8a7, #f8e1ce);
}

Spiced Serenity color palette created on .