Red Soda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Soda palette

Share this palette to:

Red Soda color palette CSS

/* CSS */
.color-1 {
color: #5e2b30;
}
.color-2 {
color: #8d3a3e;
}
.color-3 {
color: #b6585d;
}
.color-4 {
color: #e89e9b;
}
.color-5 {
color: #d4c4c5;
}

/* CSS Variables */
:root {
--color-1: #5e2b30;
--color-2: #8d3a3e;
--color-3: #b6585d;
--color-4: #e89e9b;
--color-5: #d4c4c5;
}

Red Soda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b30, #8d3a3e, #b6585d, #e89e9b, #d4c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b30, #8d3a3e, #b6585d, #e89e9b, #d4c4c5);
}

Red Soda color palette created on .