Savory Seduction Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Savory Seduction palette
Savory Seduction color palette CSS
/* CSS */
.color-1 {
color: #6c504b;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #6c504b;
--color-2: #9f512d;
--color-3: #f8c572;
--color-4: #f5b400;
--color-5: #e74d3c;
}
Savory Seduction background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c504b, #9f512d, #f8c572, #f5b400, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c504b, #9f512d, #f8c572, #f5b400, #e74d3c);
}
Similar color palettes
Savory Seduction color palette created on .