Venus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Venus palette
Venus color palette CSS
/* CSS */
.color-1 {
color: #f1a7b2;
}
.color-2 {
color: #f9dab4;
}
.color-3 {
color: #f4e19f;
}
.color-4 {
color: #a4d6c7;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #f9dab4;
--color-3: #f4e19f;
--color-4: #a4d6c7;
--color-5: #a3c7e0;
}
Venus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #f9dab4, #f4e19f, #a4d6c7, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #f9dab4, #f4e19f, #a4d6c7, #a3c7e0);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Venus color palette created on .