Red Sweetness Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Sweetness palette
Red Sweetness color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #d67a7f;
}
.color-3 {
color: #e8b5b0;
}
.color-4 {
color: #f5e1d1;
}
.color-5 {
color: #e3c4c8;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #d67a7f;
--color-3: #e8b5b0;
--color-4: #f5e1d1;
--color-5: #e3c4c8;
}
Red Sweetness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}
Similar color palettes
Scroll down to explore 50+ Amber color palettes
Red Sweetness color palette created on .