Crimson Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Sunset palette

Condividi questa palette a:

tavolozza dei colori Crimson Sunset CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe14d;
}
.color-5 {
color: #ff4d88;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7c4d;
--color-3: #ffb84d;
--color-4: #ffe14d;
--color-5: #ff4d88;
}

CSS con gradiente di sfondo Crimson Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7c4d, #ffb84d, #ffe14d, #ff4d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7c4d, #ffb84d, #ffe14d, #ff4d88);
}

Crimson Sunset color palette created on .