Charming Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Charming palette
Charming color palette PNG image
Charming color palette CSS
/* CSS */
.color-1 {
color: #fcc18d;
}
.color-2 {
color: #fa6866;
}
.color-3 {
color: #e0a594;
}
.color-4 {
color: #4c2f41;
}
.color-5 {
color: #850a52;
}
/* CSS Variables */
:root {
--color-1: #fcc18d;
--color-2: #fa6866;
--color-3: #e0a594;
--color-4: #4c2f41;
--color-5: #850a52;
}
Charming background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc18d, #fa6866, #e0a594, #4c2f41, #850a52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc18d, #fa6866, #e0a594, #4c2f41, #850a52);
}
Similar color palettes
Scroll down to explore 60+ Apricot color palettes
Charming color palette created on .