Peachy Velt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Velt palette

Share this palette to:

Peachy Velt color palette CSS

/* CSS */
.color-1 {
color: #f7b2a6;
}
.color-2 {
color: #f6c2a2;
}
.color-3 {
color: #f9d59a;
}
.color-4 {
color: #f3e5a0;
}
.color-5 {
color: #f8e2af;
}

/* CSS Variables */
:root {
--color-1: #f7b2a6;
--color-2: #f6c2a2;
--color-3: #f9d59a;
--color-4: #f3e5a0;
--color-5: #f8e2af;
}

Peachy Velt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a6, #f6c2a2, #f9d59a, #f3e5a0, #f8e2af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a6, #f6c2a2, #f9d59a, #f3e5a0, #f8e2af);
}

Peachy Velt color palette created on .