Red and Orange Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Orange Dreams palette

Condividi questa palette a:

tavolozza dei colori Red and Orange Dreams CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #5a6c87;
}
.color-4 {
color: #2c3b68;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #5a6c87;
--color-4: #2c3b68;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Red and Orange Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #5a6c87, #2c3b68, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #5a6c87, #2c3b68, #f39c12);
}

Red and Orange Dreams color palette created on .