Virtue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Virtue palette

Share this palette to:

Virtue color palette PNG image

Download virtue color palette PNG image (landscape)
Download virtue color palette PNG image (square)

Virtue color palette CSS

/* CSS */
.color-1 {
color: #f6e1d5;
}
.color-2 {
color: #e7d0c5;
}
.color-3 {
color: #d6b8a8;
}
.color-4 {
color: #c6a19a;
}
.color-5 {
color: #b58c8f;
}

/* CSS Variables */
:root {
--color-1: #f6e1d5;
--color-2: #e7d0c5;
--color-3: #d6b8a8;
--color-4: #c6a19a;
--color-5: #b58c8f;
}

Virtue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1d5, #e7d0c5, #d6b8a8, #c6a19a, #b58c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1d5, #e7d0c5, #d6b8a8, #c6a19a, #b58c8f);
}

Virtue color palette created on .