Pink Valentines Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Valentines palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Valentines Color Palette (PNG)
Pink Valentines color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcd94;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #ff5c7c;
}
.color-5 {
color: #ff998a;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcd94;
--color-3: #ff8a92;
--color-4: #ff5c7c;
--color-5: #ff998a;
}
Pink Valentines background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcd94, #ff8a92, #ff5c7c, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcd94, #ff8a92, #ff5c7c, #ff998a);
}
Similar color palettes
Pink Valentines color palette created on .