Southern Brew Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Southern Brew Bliss palette
Southern Brew Bliss color palette CSS
/* CSS */
.color-1 {
color: #d7a86a;
}
.color-2 {
color: #b86e3d;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #e0aed2;
}
.color-5 {
color: #cfa5b7;
}
/* CSS Variables */
:root {
--color-1: #d7a86a;
--color-2: #b86e3d;
--color-3: #f1c6a7;
--color-4: #e0aed2;
--color-5: #cfa5b7;
}
Southern Brew Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a86a, #b86e3d, #f1c6a7, #e0aed2, #cfa5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a86a, #b86e3d, #f1c6a7, #e0aed2, #cfa5b7);
}
Similar color palettes
Southern Brew Bliss color palette created on .