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