Peachy Vee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Vee palette

Share this palette to:

Peachy Vee color palette CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8c9a0;
}
.color-3 {
color: #fad89e;
}
.color-4 {
color: #f4e19f;
}
.color-5 {
color: #e0d4ae;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8c9a0;
--color-3: #fad89e;
--color-4: #f4e19f;
--color-5: #e0d4ae;
}

Peachy Vee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8c9a0, #fad89e, #f4e19f, #e0d4ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8c9a0, #fad89e, #f4e19f, #e0d4ae);
}

Peachy Vee color palette created on .