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: #f0a800;
}
.color-2 {
color: #f7d282;
}
.color-3 {
color: #e1b7c5;
}
.color-4 {
color: #d581b7;
}
.color-5 {
color: #7c4c94;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7d282;
--color-3: #e1b7c5;
--color-4: #d581b7;
--color-5: #7c4c94;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7d282, #e1b7c5, #d581b7, #7c4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7d282, #e1b7c5, #d581b7, #7c4c94);
}

Shades of Pink color palette created on .