Bold and Cute Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bold and Cute palette
Download Bold and Cute Color Palette (PNG)
Bold and Cute color palette CSS
/* CSS */
.color-1 {
color: #fbdeb1;
}
.color-2 {
color: #fbd4a7;
}
.color-3 {
color: #ed97a7;
}
.color-4 {
color: #f6daf5;
}
.color-5 {
color: #fad1ff;
}
/* CSS Variables */
:root {
--color-1: #fbdeb1;
--color-2: #fbd4a7;
--color-3: #ed97a7;
--color-4: #f6daf5;
--color-5: #fad1ff;
}
Bold and Cute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbdeb1, #fbd4a7, #ed97a7, #f6daf5, #fad1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbdeb1, #fbd4a7, #ed97a7, #f6daf5, #fad1ff);
}
Similar color palettes
Scroll down to explore 10+ Apricot color palettes
Bold and Cute color palette created on .