Vineyard Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vineyard Serenity palette

Share this palette to:

Vineyard Serenity color palette CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #7c4b50;
}
.color-3 {
color: #c99c9c;
}
.color-4 {
color: #e1b8b2;
}
.color-5 {
color: #dac9c3;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #7c4b50;
--color-3: #c99c9c;
--color-4: #e1b8b2;
--color-5: #dac9c3;
}

Vineyard Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #7c4b50, #c99c9c, #e1b8b2, #dac9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #7c4b50, #c99c9c, #e1b8b2, #dac9c3);
}

Vineyard Serenity color palette created on .