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: #d63f2e;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #f1a93b;
}
.color-4 {
color: #f6c165;
}
.color-5 {
color: #ffcb5c;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f15a27;
--color-3: #f1a93b;
--color-4: #f6c165;
--color-5: #ffcb5c;
}

CSS con gradiente di sfondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f15a27, #f1a93b, #f6c165, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f15a27, #f1a93b, #f6c165, #ffcb5c);
}

Crimson Sunrise color palette created on .