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