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: #f9d64e;
}
.color-2 {
color: #f3a15e;
}
.color-3 {
color: #f78d78;
}
.color-4 {
color: #e45e6b;
}
.color-5 {
color: #9f325e;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f3a15e;
--color-3: #f78d78;
--color-4: #e45e6b;
--color-5: #9f325e;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f3a15e, #f78d78, #e45e6b, #9f325e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f3a15e, #f78d78, #e45e6b, #9f325e);
}
Similar color palettes
Shades of Pink color palette created on .