Chill Ember Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chill Ember Harmony palette

Condividi questa palette a:

tavolozza dei colori Chill Ember Harmony CSS

/* CSS */
.color-1 {
color: #a0c4e4;
}
.color-2 {
color: #b7e1f0;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #a0c4e4;
--color-2: #b7e1f0;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #f9c54e;
}

CSS con gradiente di sfondo Chill Ember Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c4e4, #b7e1f0, #f4a462, #e76e50, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c4e4, #b7e1f0, #f4a462, #e76e50, #f9c54e);
}

Chill Ember Harmony color palette created on .