Sweet Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Red palette
Sweet Red color palette CSS
/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffdb4d;
}
.color-5 {
color: #b3ff5c;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ff8e4d;
--color-3: #ffb84d;
--color-4: #ffdb4d;
--color-5: #b3ff5c;
}
Sweet Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ff8e4d, #ffb84d, #ffdb4d, #b3ff5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ff8e4d, #ffb84d, #ffdb4d, #b3ff5c);
}
Similar color palettes
Sweet Red color palette created on .