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: #f3ccb9;
}
.color-2 {
color: #eb8d89;
}
.color-3 {
color: #e76a6e;
}
.color-4 {
color: #ce7feb;
}
.color-5 {
color: #8cb0ed;
}
/* CSS Variables */
:root {
--color-1: #f3ccb9;
--color-2: #eb8d89;
--color-3: #e76a6e;
--color-4: #ce7feb;
--color-5: #8cb0ed;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ccb9, #eb8d89, #e76a6e, #ce7feb, #8cb0ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ccb9, #eb8d89, #e76a6e, #ce7feb, #8cb0ed);
}
Similar color palettes
Shades of Pink color palette created on .