Red and Gold Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Gold Delight palette
Red and Gold Delight color palette CSS
/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #eab8c8;
}
.color-3 {
color: #c4afa1;
}
.color-4 {
color: #b17b5d;
}
.color-5 {
color: #d6a13d;
}
/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #eab8c8;
--color-3: #c4afa1;
--color-4: #b17b5d;
--color-5: #d6a13d;
}
Red and Gold Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #eab8c8, #c4afa1, #b17b5d, #d6a13d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #eab8c8, #c4afa1, #b17b5d, #d6a13d);
}
Similar color palettes
Red and Gold Delight color palette created on .