Frosted Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Frosted Ember palette

Condividi questa palette a:

tavolozza dei colori Frosted Ember CSS

/* CSS */
.color-1 {
color: #2c316d;
}
.color-2 {
color: #4e5e88;
}
.color-3 {
color: #7b8da3;
}
.color-4 {
color: #b7c6d7;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2c316d;
--color-2: #4e5e88;
--color-3: #7b8da3;
--color-4: #b7c6d7;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Frosted Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c316d, #4e5e88, #7b8da3, #b7c6d7, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c316d, #4e5e88, #7b8da3, #b7c6d7, #ff6e61);
}

Frosted Ember color palette created on .