Red Regards Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Regards palette
Red Regards color palette CSS
/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #f07b2d;
}
.color-3 {
color: #d94f3a;
}
.color-4 {
color: #aa3c47;
}
.color-5 {
color: #682c4c;
}
/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #f07b2d;
--color-3: #d94f3a;
--color-4: #aa3c47;
--color-5: #682c4c;
}
Red Regards background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #f07b2d, #d94f3a, #aa3c47, #682c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #f07b2d, #d94f3a, #aa3c47, #682c4c);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Red Regards color palette created on .