Celestial Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Ember palette

Condividi questa palette a:

tavolozza dei colori Celestial Ember CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff2e5b;
}
.color-5 {
color: #c7006d;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff2e5b;
--color-5: #c7006d;
}

CSS con gradiente di sfondo Celestial Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e00, #ff3c00, #ff2e5b, #c7006d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e00, #ff3c00, #ff2e5b, #c7006d);
}

Celestial Ember color palette created on .