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: #f1a7c7;
}
.color-2 {
color: #f5b8de;
}
.color-3 {
color: #fbc6d8;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff3d77;
}
/* CSS Variables */
:root {
--color-1: #f1a7c7;
--color-2: #f5b8de;
--color-3: #fbc6d8;
--color-4: #ff7092;
--color-5: #ff3d77;
}
Pink Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c7, #f5b8de, #fbc6d8, #ff7092, #ff3d77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c7, #f5b8de, #fbc6d8, #ff7092, #ff3d77);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Pink Princess color palette created on .