Fresh Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fresh Red Shades palette
Fresh Red Shades color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #e44d3a;
}
.color-3 {
color: #f67f5a;
}
.color-4 {
color: #fcb8a1;
}
.color-5 {
color: #fce3e5;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #e44d3a;
--color-3: #f67f5a;
--color-4: #fcb8a1;
--color-5: #fce3e5;
}
Fresh Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #e44d3a, #f67f5a, #fcb8a1, #fce3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #e44d3a, #f67f5a, #fcb8a1, #fce3e5);
}
Similar color palettes
Fresh Red Shades color palette created on .