Pink Princess Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Princess palette
Pink Princess color palette CSS
/* CSS */
.color-1 {
color: #f8d8e8;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff809d;
}
.color-4 {
color: #ff4d6a;
}
.color-5 {
color: #ff1a4b;
}
/* CSS Variables */
:root {
--color-1: #f8d8e8;
--color-2: #ffb3c1;
--color-3: #ff809d;
--color-4: #ff4d6a;
--color-5: #ff1a4b;
}
Pink Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d8e8, #ffb3c1, #ff809d, #ff4d6a, #ff1a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d8e8, #ffb3c1, #ff809d, #ff4d6a, #ff1a4b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Princess color palette created on .