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