Ethereal Ember Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Ember Whispers palette

Condividi questa palette a:

tavolozza dei colori Ethereal Ember Whispers CSS

/* CSS */
.color-1 {
color: #8c3f3b;
}
.color-2 {
color: #e5a89e;
}
.color-3 {
color: #f5c5b8;
}
.color-4 {
color: #fbf2d0;
}
.color-5 {
color: #f2e4b1;
}

/* CSS Variables */
:root {
--color-1: #8c3f3b;
--color-2: #e5a89e;
--color-3: #f5c5b8;
--color-4: #fbf2d0;
--color-5: #f2e4b1;
}

CSS con gradiente di sfondo Ethereal Ember Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3f3b, #e5a89e, #f5c5b8, #fbf2d0, #f2e4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3f3b, #e5a89e, #f5c5b8, #fbf2d0, #f2e4b1);
}

Ethereal Ember Whispers color palette created on .