Pink Ophelia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Ophelia palette
Pink Ophelia color palette CSS
/* CSS */
.color-1 {
color: #f5b8c5;
}
.color-2 {
color: #f1a7d2;
}
.color-3 {
color: #f3a08c;
}
.color-4 {
color: #f5de4d;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #f5b8c5;
--color-2: #f1a7d2;
--color-3: #f3a08c;
--color-4: #f5de4d;
--color-5: #f0a800;
}
Pink Ophelia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c5, #f1a7d2, #f3a08c, #f5de4d, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c5, #f1a7d2, #f3a08c, #f5de4d, #f0a800);
}
Similar color palettes
Pink Ophelia color palette created on .