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: #9c1c31;
}
.color-2 {
color: #c64a39;
}
.color-3 {
color: #e99949;
}
.color-4 {
color: #f6d1a7;
}
.color-5 {
color: #f9e3d2;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c64a39;
--color-3: #e99949;
--color-4: #f6d1a7;
--color-5: #f9e3d2;
}

CSS con gradiente di sfondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c64a39, #e99949, #f6d1a7, #f9e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c64a39, #e99949, #f6d1a7, #f9e3d2);
}

Crimson Sunrise color palette created on .