Red Blot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Blot palette
Red Blot color palette CSS
/* CSS */
.color-1 {
color: #f9a83e;
}
.color-2 {
color: #f5692e;
}
.color-3 {
color: #f03b24;
}
.color-4 {
color: #d71d24;
}
.color-5 {
color: #8e1a28;
}
/* CSS Variables */
:root {
--color-1: #f9a83e;
--color-2: #f5692e;
--color-3: #f03b24;
--color-4: #d71d24;
--color-5: #8e1a28;
}
Red Blot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a83e, #f5692e, #f03b24, #d71d24, #8e1a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a83e, #f5692e, #f03b24, #d71d24, #8e1a28);
}
Similar color palettes
Red Blot color palette created on .