Opulent Ember Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Opulent Ember palette

Condividi questa palette a:

tavolozza dei colori Opulent Ember CSS

/* CSS */
.color-1 {
color: #b35c3d;
}
.color-2 {
color: #a56d4a;
}
.color-3 {
color: #e5b55d;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #c4a968;
}

/* CSS Variables */
:root {
--color-1: #b35c3d;
--color-2: #a56d4a;
--color-3: #e5b55d;
--color-4: #f4d35d;
--color-5: #c4a968;
}

CSS con gradiente di sfondo Opulent Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35c3d, #a56d4a, #e5b55d, #f4d35d, #c4a968);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35c3d, #a56d4a, #e5b55d, #f4d35d, #c4a968);
}

Opulent Ember color palette created on .