Pink Sugar Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sugar Cookie palette
Download Pink Sugar Cookie Color Palette (PNG)
Pink Sugar Cookie color palette CSS
/* CSS */
.color-1 {
color: #f0e68a;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #f1a7b3;
}
.color-4 {
color: #e77e8f;
}
.color-5 {
color: #d64c6d;
}
/* CSS Variables */
:root {
--color-1: #f0e68a;
--color-2: #f8c8a0;
--color-3: #f1a7b3;
--color-4: #e77e8f;
--color-5: #d64c6d;
}
Pink Sugar Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e68a, #f8c8a0, #f1a7b3, #e77e8f, #d64c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e68a, #f8c8a0, #f1a7b3, #e77e8f, #d64c6d);
}
Similar color palettes
Pink Sugar Cookie color palette created on .