Peachy Aiko Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Aiko palette

Share this palette to:

Peachy Aiko color palette CSS

/* CSS */
.color-1 {
color: #f5b59e;
}
.color-2 {
color: #f9c7a4;
}
.color-3 {
color: #f9e1a9;
}
.color-4 {
color: #f3e7c9;
}
.color-5 {
color: #f2f6e9;
}

/* CSS Variables */
:root {
--color-1: #f5b59e;
--color-2: #f9c7a4;
--color-3: #f9e1a9;
--color-4: #f3e7c9;
--color-5: #f2f6e9;
}

Peachy Aiko background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b59e, #f9c7a4, #f9e1a9, #f3e7c9, #f2f6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b59e, #f9c7a4, #f9e1a9, #f3e7c9, #f2f6e9);
}

Similar color palettes

Scroll down to explore 5 Aesthetic color palettes

Peachy Aiko color palette created on .