Shades of Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink palette

Share this palette to:

Shades of Pink color palette CSS

/* CSS */
.color-1 {
color: #c2d6e5;
}
.color-2 {
color: #f6a9a2;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #e29f3c;
}
.color-5 {
color: #d85c41;
}

/* CSS Variables */
:root {
--color-1: #c2d6e5;
--color-2: #f6a9a2;
--color-3: #f6b83c;
--color-4: #e29f3c;
--color-5: #d85c41;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d6e5, #f6a9a2, #f6b83c, #e29f3c, #d85c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d6e5, #f6a9a2, #f6b83c, #e29f3c, #d85c41);
}

Shades of Pink color palette created on .