Peachy Givry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Givry palette

Share this palette to:

Peachy Givry color palette CSS

/* CSS */
.color-1 {
color: #f8e4bf;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e7a99c;
}
.color-4 {
color: #d68084;
}
.color-5 {
color: #c75c6f;
}

/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f1c6a7;
--color-3: #e7a99c;
--color-4: #d68084;
--color-5: #c75c6f;
}

Peachy Givry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f1c6a7, #e7a99c, #d68084, #c75c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f1c6a7, #e7a99c, #d68084, #c75c6f);
}

Peachy Givry color palette created on .