Peachy Sugar Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Sugar Cookie palette
Peachy Sugar Cookie color palette CSS
/* CSS */
.color-1 {
color: #f3e0d3;
}
.color-2 {
color: #f2c5a1;
}
.color-3 {
color: #f0996a;
}
.color-4 {
color: #d67a4c;
}
.color-5 {
color: #9d5c34;
}
/* CSS Variables */
:root {
--color-1: #f3e0d3;
--color-2: #f2c5a1;
--color-3: #f0996a;
--color-4: #d67a4c;
--color-5: #9d5c34;
}
Peachy Sugar Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0d3, #f2c5a1, #f0996a, #d67a4c, #9d5c34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0d3, #f2c5a1, #f0996a, #d67a4c, #9d5c34);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Peachy Sugar Cookie color palette created on .