Virtue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Virtue palette
Virtue color palette PNG image
Virtue color palette CSS
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #e3cfc4;
}
.color-3 {
color: #d1b69f;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #a88967;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e3cfc4;
--color-3: #d1b69f;
--color-4: #bfae8d;
--color-5: #a88967;
}
Virtue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e3cfc4, #d1b69f, #bfae8d, #a88967);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e3cfc4, #d1b69f, #bfae8d, #a88967);
}
Similar color palettes
Virtue color palette created on .