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