Red Rocks Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Rocks palette

Share this palette to:

Red Rocks color palette CSS

/* CSS */
.color-1 {
color: #9a3c3c;
}
.color-2 {
color: #c04735;
}
.color-3 {
color: #d06e4e;
}
.color-4 {
color: #e4b5a0;
}
.color-5 {
color: #f2c9b5;
}

/* CSS Variables */
:root {
--color-1: #9a3c3c;
--color-2: #c04735;
--color-3: #d06e4e;
--color-4: #e4b5a0;
--color-5: #f2c9b5;
}

Red Rocks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a3c3c, #c04735, #d06e4e, #e4b5a0, #f2c9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a3c3c, #c04735, #d06e4e, #e4b5a0, #f2c9b5);
}

Red Rocks color palette created on .