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: #9b1c2f;
}
.color-2 {
color: #e84845;
}
.color-3 {
color: #f29a91;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #f9b14e;
}

/* CSS Variables */
:root {
--color-1: #9b1c2f;
--color-2: #e84845;
--color-3: #f29a91;
--color-4: #f4d35d;
--color-5: #f9b14e;
}

CSS con gradiente di sfondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c2f, #e84845, #f29a91, #f4d35d, #f9b14e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c2f, #e84845, #f29a91, #f4d35d, #f9b14e);
}

Crimson Sunrise color palette created on .