Peachy Kohito Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Kohito palette

Share this palette to:

Peachy Kohito color palette CSS

/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #f6d7c1;
}

/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f8c8a0;
--color-3: #f9e1b4;
--color-4: #ffe3b3;
--color-5: #f6d7c1;
}

Peachy Kohito background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f8c8a0, #f9e1b4, #ffe3b3, #f6d7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f8c8a0, #f9e1b4, #ffe3b3, #f6d7c1);
}

Peachy Kohito color palette created on .