Pink Lotus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Lotus palette
Pink Lotus color palette CSS
/* CSS */
.color-1 {
color: #f5c7d0;
}
.color-2 {
color: #e6b2c2;
}
.color-3 {
color: #d78eb3;
}
.color-4 {
color: #b15d8d;
}
.color-5 {
color: #883f7b;
}
/* CSS Variables */
:root {
--color-1: #f5c7d0;
--color-2: #e6b2c2;
--color-3: #d78eb3;
--color-4: #b15d8d;
--color-5: #883f7b;
}
Pink Lotus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d0, #e6b2c2, #d78eb3, #b15d8d, #883f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d0, #e6b2c2, #d78eb3, #b15d8d, #883f7b);
}
Similar color palettes
Pink Lotus color palette created on .