Crimson Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

Condividi questa palette a:

tavolozza dei colori Crimson Sunrise CSS

/* CSS */
.color-1 {
color: #870322;
}
.color-2 {
color: #a13a3c;
}
.color-3 {
color: #d05d5f;
}
.color-4 {
color: #f1a65f;
}
.color-5 {
color: #f6d8b1;
}

/* CSS Variables */
:root {
--color-1: #870322;
--color-2: #a13a3c;
--color-3: #d05d5f;
--color-4: #f1a65f;
--color-5: #f6d8b1;
}

CSS con gradiente di sfondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #870322, #a13a3c, #d05d5f, #f1a65f, #f6d8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #870322, #a13a3c, #d05d5f, #f1a65f, #f6d8b1);
}

Crimson Sunrise color palette created on .