Rural Red Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rural Red Hues palette

Condividi questa palette a:

tavolozza dei colori Rural Red Hues CSS

/* CSS */
.color-1 {
color: #c1453e;
}
.color-2 {
color: #d97b59;
}
.color-3 {
color: #f2b62c;
}
.color-4 {
color: #f2db69;
}
.color-5 {
color: #e5f2a1;
}

/* CSS Variables */
:root {
--color-1: #c1453e;
--color-2: #d97b59;
--color-3: #f2b62c;
--color-4: #f2db69;
--color-5: #e5f2a1;
}

CSS con gradiente di sfondo Rural Red Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1453e, #d97b59, #f2b62c, #f2db69, #e5f2a1);
}

Rural Red Hues color palette created on .