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