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