Peachy Anime Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Anime palette

Share this palette to:

Peachy Anime color palette CSS

/* CSS */
.color-1 {
color: #f6d0b1;
}
.color-2 {
color: #f9c89f;
}
.color-3 {
color: #f5b9a3;
}
.color-4 {
color: #f2a1c5;
}
.color-5 {
color: #e28dae;
}

/* CSS Variables */
:root {
--color-1: #f6d0b1;
--color-2: #f9c89f;
--color-3: #f5b9a3;
--color-4: #f2a1c5;
--color-5: #e28dae;
}

Peachy Anime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0b1, #f9c89f, #f5b9a3, #f2a1c5, #e28dae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0b1, #f9c89f, #f5b9a3, #f2a1c5, #e28dae);
}

Peachy Anime color palette created on .