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