Venus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venus palette

Share this palette to:

Venus color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d6a400;
}
.color-3 {
color: #a85d00;
}
.color-4 {
color: #704000;
}
.color-5 {
color: #c88c4c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d6a400;
--color-3: #a85d00;
--color-4: #704000;
--color-5: #c88c4c;
}

Venus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d6a400, #a85d00, #704000, #c88c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d6a400, #a85d00, #704000, #c88c4c);
}

Similar color palettes

Venus color palette created on .