Candy Coated Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Coated Bliss palette
Candy Coated Bliss color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff9eb0;
}
.color-3 {
color: #ff809b;
}
.color-4 {
color: #ff5c6f;
}
.color-5 {
color: #ff3d54;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff9eb0;
--color-3: #ff809b;
--color-4: #ff5c6f;
--color-5: #ff3d54;
}
Candy Coated Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff9eb0, #ff809b, #ff5c6f, #ff3d54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff9eb0, #ff809b, #ff5c6f, #ff3d54);
}
Similar color palettes
Candy Coated Bliss color palette created on .