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: #ff667d;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f9f6f0;
}
.color-5 {
color: #75c79e;
}

/* CSS Variables */
:root {
--color-1: #ff667d;
--color-2: #ffb13d;
--color-3: #ffb84d;
--color-4: #f9f6f0;
--color-5: #75c79e;
}

Shades of Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff667d, #ffb13d, #ffb84d, #f9f6f0, #75c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff667d, #ffb13d, #ffb84d, #f9f6f0, #75c79e);
}

Shades of Pink color palette created on .