Red Roswell Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Roswell palette

Share this palette to:

Red Roswell color palette CSS

/* CSS */
.color-1 {
color: #b6d8d5;
}
.color-2 {
color: #f3a48c;
}
.color-3 {
color: #e76a6a;
}
.color-4 {
color: #c94c4a;
}
.color-5 {
color: #a03b4c;
}

/* CSS Variables */
:root {
--color-1: #b6d8d5;
--color-2: #f3a48c;
--color-3: #e76a6a;
--color-4: #c94c4a;
--color-5: #a03b4c;
}

Red Roswell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d8d5, #f3a48c, #e76a6a, #c94c4a, #a03b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d8d5, #f3a48c, #e76a6a, #c94c4a, #a03b4c);
}

Red Roswell color palette created on .