Peachy Katherine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Katherine palette
Peachy Katherine color palette CSS
/* CSS */
.color-1 {
color: #f7d5b6;
}
.color-2 {
color: #ff8a5c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d83c31;
}
.color-5 {
color: #a73b2a;
}
/* CSS Variables */
:root {
--color-1: #f7d5b6;
--color-2: #ff8a5c;
--color-3: #ff6e61;
--color-4: #d83c31;
--color-5: #a73b2a;
}
Peachy Katherine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5b6, #ff8a5c, #ff6e61, #d83c31, #a73b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5b6, #ff8a5c, #ff6e61, #d83c31, #a73b2a);
}
Similar color palettes
Peachy Katherine color palette created on .