Embers of Siris Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers of Siris palette

Condividi questa palette a:

tavolozza dei colori Embers of Siris CSS

/* CSS */
.color-1 {
color: #bd6800;
}
.color-2 {
color: #b34a00;
}
.color-3 {
color: #b32400;
}
.color-4 {
color: #b30f00;
}
.color-5 {
color: #a30029;
}

/* CSS Variables */
:root {
--color-1: #bd6800;
--color-2: #b34a00;
--color-3: #b32400;
--color-4: #b30f00;
--color-5: #a30029;
}

CSS con gradiente di sfondo Embers of Siris

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd6800, #b34a00, #b32400, #b30f00, #a30029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd6800, #b34a00, #b32400, #b30f00, #a30029);
}

Embers of Siris color palette created on .