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: #f7c5c5;
}
.color-2 {
color: #f4a69f;
}
.color-3 {
color: #f3d5a0;
}
.color-4 {
color: #e1b56b;
}
.color-5 {
color: #c76d52;
}
/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #f4a69f;
--color-3: #f3d5a0;
--color-4: #e1b56b;
--color-5: #c76d52;
}
Pink Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #f4a69f, #f3d5a0, #e1b56b, #c76d52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #f4a69f, #f3d5a0, #e1b56b, #c76d52);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Pink Cookie color palette created on .