Pink Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cookie palette
Pink Cookie color palette CSS
/* CSS */
.color-1 {
color: #f8d9aa;
}
.color-2 {
color: #f6b7a7;
}
.color-3 {
color: #f4a4b1;
}
.color-4 {
color: #e57b92;
}
.color-5 {
color: #d0587a;
}
/* CSS Variables */
:root {
--color-1: #f8d9aa;
--color-2: #f6b7a7;
--color-3: #f4a4b1;
--color-4: #e57b92;
--color-5: #d0587a;
}
Pink Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d9aa, #f6b7a7, #f4a4b1, #e57b92, #d0587a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d9aa, #f6b7a7, #f4a4b1, #e57b92, #d0587a);
}
Similar color palettes
Pink Cookie color palette created on .