Red Sugar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sugar palette

Share this palette to:

Red Sugar color palette CSS

/* CSS */
.color-1 {
color: #ffc2c2;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ff7070;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff0000;
}

/* CSS Variables */
:root {
--color-1: #ffc2c2;
--color-2: #ffadad;
--color-3: #ff7070;
--color-4: #ff3d3d;
--color-5: #ff0000;
}

Red Sugar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2c2, #ffadad, #ff7070, #ff3d3d, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2c2, #ffadad, #ff7070, #ff3d3d, #ff0000);
}

Red Sugar color palette created on .