Crimson Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Serenade palette

Condividi questa palette a:

tavolozza dei colori Crimson Serenade CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #d15400;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}

CSS con gradiente di sfondo Crimson Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #d15400, #e74d3c, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #d15400, #e74d3c, #bf3a2b);
}

Crimson Serenade color palette created on .