Serene Vee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Vee palette

Share this palette to:

Serene Vee color palette CSS

/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f2e5b0;
}
.color-4 {
color: #d0e2b6;
}
.color-5 {
color: #a6d8c8;
}

/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f7c5a6;
--color-3: #f2e5b0;
--color-4: #d0e2b6;
--color-5: #a6d8c8;
}

Serene Vee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f7c5a6, #f2e5b0, #d0e2b6, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f7c5a6, #f2e5b0, #d0e2b6, #a6d8c8);
}

Serene Vee color palette created on .