Shades of Pink and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink and Purple palette
Shades of Pink and Purple color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #d35f95;
}
.color-5 {
color: #8a40b5;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff7092;
--color-3: #ff5c9a;
--color-4: #d35f95;
--color-5: #8a40b5;
}
Shades of Pink and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
Similar color palettes
Shades of Pink and Purple color palette created on .