Cinnabar Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cinnabar Sunrise palette

Condividi questa palette a:

tavolozza dei colori Cinnabar Sunrise CSS

/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #e76c50;
}
.color-3 {
color: #f1a17e;
}
.color-4 {
color: #f6d988;
}
.color-5 {
color: #f7f3a1;
}

/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #e76c50;
--color-3: #f1a17e;
--color-4: #f6d988;
--color-5: #f7f3a1;
}

CSS con gradiente di sfondo Cinnabar Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #e76c50, #f1a17e, #f6d988, #f7f3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #e76c50, #f1a17e, #f6d988, #f7f3a1);
}

Cinnabar Sunrise color palette created on .