Magical Sisters of Pride Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Magical Sisters of Pride palette
Magical Sisters of Pride color palette CSS
/* CSS */
.color-1 {
color: #ffb56b;
}
.color-2 {
color: #ffe380;
}
.color-3 {
color: #85ffe9;
}
.color-4 {
color: #c1bdff;
}
.color-5 {
color: #ff7e75;
}
/* CSS Variables */
:root {
--color-1: #ffb56b;
--color-2: #ffe380;
--color-3: #85ffe9;
--color-4: #c1bdff;
--color-5: #ff7e75;
}
Magical Sisters of Pride background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb56b, #ffe380, #85ffe9, #c1bdff, #ff7e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb56b, #ffe380, #85ffe9, #c1bdff, #ff7e75);
}
Similar color palettes
Scroll down to explore 200+ Peach color palettes
Magical Sisters of Pride color palette created on .