Moonlight Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonlight Cookie palette
Moonlight Cookie color palette CSS
/* CSS */
.color-1 {
color: #e3c4c7;
}
.color-2 {
color: #b8a2b9;
}
.color-3 {
color: #8a7ea0;
}
.color-4 {
color: #6d9dba;
}
.color-5 {
color: #3d5d7b;
}
/* CSS Variables */
:root {
--color-1: #e3c4c7;
--color-2: #b8a2b9;
--color-3: #8a7ea0;
--color-4: #6d9dba;
--color-5: #3d5d7b;
}
Moonlight Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c4c7, #b8a2b9, #8a7ea0, #6d9dba, #3d5d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c4c7, #b8a2b9, #8a7ea0, #6d9dba, #3d5d7b);
}
Similar color palettes
Moonlight Cookie color palette created on .