Shades of Cinder Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cinder palette

Condividi questa palette a:

tavolozza dei colori Shades of Cinder CSS

/* CSS */
.color-1 {
color: #1e1e24;
}
.color-2 {
color: #36363f;
}
.color-3 {
color: #505058;
}
.color-4 {
color: #b1b1c4;
}
.color-5 {
color: #f5f6f9;
}

/* CSS Variables */
:root {
--color-1: #1e1e24;
--color-2: #36363f;
--color-3: #505058;
--color-4: #b1b1c4;
--color-5: #f5f6f9;
}

CSS con gradiente di sfondo Shades of Cinder

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e24, #36363f, #505058, #b1b1c4, #f5f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e24, #36363f, #505058, #b1b1c4, #f5f6f9);
}

Shades of Cinder color palette created on .