Cool Spanish Reds Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Spanish Reds palette

Share this palette to:

Cool Spanish Reds color palette CSS

/* CSS */
.color-1 {
color: #9d2073;
}
.color-2 {
color: #d43a6e;
}
.color-3 {
color: #ad3d00;
}
.color-4 {
color: #e98120;
}
.color-5 {
color: #e6b319;
}

/* CSS Variables */
:root {
--color-1: #9d2073;
--color-2: #d43a6e;
--color-3: #ad3d00;
--color-4: #e98120;
--color-5: #e6b319;
}

Cool Spanish Reds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2073, #d43a6e, #ad3d00, #e98120, #e6b319);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2073, #d43a6e, #ad3d00, #e98120, #e6b319);
}

Cool Spanish Reds color palette created on .