Peachy Sugar Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Sugar Cookie palette

Share this palette to:

Peachy Sugar Cookie color palette CSS

/* CSS */
.color-1 {
color: #f8e0bf;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f7a173;
}
.color-5 {
color: #e7a6d2;
}

/* CSS Variables */
:root {
--color-1: #f8e0bf;
--color-2: #f5c99e;
--color-3: #fab700;
--color-4: #f7a173;
--color-5: #e7a6d2;
}

Peachy Sugar Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0bf, #f5c99e, #fab700, #f7a173, #e7a6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0bf, #f5c99e, #fab700, #f7a173, #e7a6d2);
}

Peachy Sugar Cookie color palette created on .