Peachy Keiko Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Keiko palette
Peachy Keiko color palette CSS
/* CSS */
.color-1 {
color: #f6d3a2;
}
.color-2 {
color: #f6b0a2;
}
.color-3 {
color: #f69e88;
}
.color-4 {
color: #f6916f;
}
.color-5 {
color: #f67c4c;
}
/* CSS Variables */
:root {
--color-1: #f6d3a2;
--color-2: #f6b0a2;
--color-3: #f69e88;
--color-4: #f6916f;
--color-5: #f67c4c;
}
Peachy Keiko background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d3a2, #f6b0a2, #f69e88, #f6916f, #f67c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d3a2, #f6b0a2, #f69e88, #f6916f, #f67c4c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Peachy Keiko color palette created on .