Virgo Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Virgo Vibes palette

Share this palette to:

Virgo Vibes color palette CSS

/* CSS */
.color-1 {
color: #b4c8a7;
}
.color-2 {
color: #7c9c83;
}
.color-3 {
color: #4f786c;
}
.color-4 {
color: #305f5c;
}
.color-5 {
color: #1a4c56;
}

/* CSS Variables */
:root {
--color-1: #b4c8a7;
--color-2: #7c9c83;
--color-3: #4f786c;
--color-4: #305f5c;
--color-5: #1a4c56;
}

Virgo Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c8a7, #7c9c83, #4f786c, #305f5c, #1a4c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c8a7, #7c9c83, #4f786c, #305f5c, #1a4c56);
}

Virgo Vibes color palette created on .