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: #f8e0a0;
}
.color-2 {
color: #f3c8a0;
}
.color-3 {
color: #f1b7a7;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #e7a6d4;
}
/* CSS Variables */
:root {
--color-1: #f8e0a0;
--color-2: #f3c8a0;
--color-3: #f1b7a7;
--color-4: #eab8d1;
--color-5: #e7a6d4;
}
Pink Sugar Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0a0, #f3c8a0, #f1b7a7, #eab8d1, #e7a6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0a0, #f3c8a0, #f1b7a7, #eab8d1, #e7a6d4);
}
Similar color palettes
Pink Sugar Cookie color palette created on .