Crimson Ember Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Ember palette

Condividi questa palette a:

tavolozza dei colori Crimson Ember CSS

/* CSS */
.color-1 {
color: #7a1a1a;
}
.color-2 {
color: #b83232;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #7a1a1a;
--color-2: #b83232;
--color-3: #e74d3c;
--color-4: #f39c12;
--color-5: #e77e23;
}

CSS con gradiente di sfondo Crimson Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a1a, #b83232, #e74d3c, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a1a, #b83232, #e74d3c, #f39c12, #e77e23);
}

Crimson Ember color palette created on .