Tender Care Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tender Care Colors palette

Share this palette to:

Tender Care Colors color palette CSS

/* CSS */
.color-1 {
color: #f1c0c6;
}
.color-2 {
color: #f9e9b4;
}
.color-3 {
color: #bad0e3;
}
.color-4 {
color: #a4d4d6;
}
.color-5 {
color: #f9a49f;
}

/* CSS Variables */
:root {
--color-1: #f1c0c6;
--color-2: #f9e9b4;
--color-3: #bad0e3;
--color-4: #a4d4d6;
--color-5: #f9a49f;
}

Tender Care Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0c6, #f9e9b4, #bad0e3, #a4d4d6, #f9a49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0c6, #f9e9b4, #bad0e3, #a4d4d6, #f9a49f);
}

Tender Care Colors color palette created on .