Pink Sugar Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sugar Cookie palette
Pink Sugar Cookie color palette CSS
/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f1c6d4;
}
.color-4 {
color: #f3b4d6;
}
.color-5 {
color: #d7a2c8;
}
/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #e9b79f;
--color-3: #f1c6d4;
--color-4: #f3b4d6;
--color-5: #d7a2c8;
}
Pink Sugar Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #e9b79f, #f1c6d4, #f3b4d6, #d7a2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #e9b79f, #f1c6d4, #f3b4d6, #d7a2c8);
}
Similar color palettes
Scroll down to explore 30+ Aesthetic color palettes
Pink Sugar Cookie color palette created on .