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: #c92c49;
}
.color-2 {
color: #e04f38;
}
.color-3 {
color: #f9b79f;
}
.color-4 {
color: #f9df9f;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #e04f38;
--color-3: #f9b79f;
--color-4: #f9df9f;
--color-5: #f5c400;
}

CSS con gradiente di sfondo Crimson Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #e04f38, #f9b79f, #f9df9f, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #e04f38, #f9b79f, #f9df9f, #f5c400);
}

Crimson Sunrise color palette created on .