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