Cuddle Care Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cuddle Care Colors palette

Share this palette to:

Cuddle Care Colors color palette CSS

/* CSS */
.color-1 {
color: #f8d2af;
}
.color-2 {
color: #f7a1b2;
}
.color-3 {
color: #f9c4c3;
}
.color-4 {
color: #e5c7f0;
}
.color-5 {
color: #d09ee5;
}

/* CSS Variables */
:root {
--color-1: #f8d2af;
--color-2: #f7a1b2;
--color-3: #f9c4c3;
--color-4: #e5c7f0;
--color-5: #d09ee5;
}

Cuddle Care Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2af, #f7a1b2, #f9c4c3, #e5c7f0, #d09ee5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2af, #f7a1b2, #f9c4c3, #e5c7f0, #d09ee5);
}

Cuddle Care Colors color palette created on .