Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd86b;
}
.color-4 {
color: #6bff9f;
}
.color-5 {
color: #6bffda;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ff9f6b;
--color-3: #ffd86b;
--color-4: #6bff9f;
--color-5: #6bffda;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ff9f6b, #ffd86b, #6bff9f, #6bffda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ff9f6b, #ffd86b, #6bff9f, #6bffda);
}
Similar color palettes
Shades of Pink color palette created on .