Fantasy Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fantasy Pink palette
Fantasy Pink color palette CSS
/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f4d171;
}
.color-3 {
color: #87c4b7;
}
.color-4 {
color: #6b5a90;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f4d171;
--color-3: #87c4b7;
--color-4: #6b5a90;
--color-5: #f39c12;
}
Fantasy Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f4d171, #87c4b7, #6b5a90, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f4d171, #87c4b7, #6b5a90, #f39c12);
}
Similar color palettes
Fantasy Pink color palette created on .