Cosmic Cookie Crumble Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Cookie Crumble palette

Share this palette to:

Cosmic Cookie Crumble color palette CSS

/* CSS */
.color-1 {
color: #d9473a;
}
.color-2 {
color: #f07b2d;
}
.color-3 {
color: #f9bb58;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #8cc0a0;
}

/* CSS Variables */
:root {
--color-1: #d9473a;
--color-2: #f07b2d;
--color-3: #f9bb58;
--color-4: #f7e3a1;
--color-5: #8cc0a0;
}

Cosmic Cookie Crumble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9473a, #f07b2d, #f9bb58, #f7e3a1, #8cc0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9473a, #f07b2d, #f9bb58, #f7e3a1, #8cc0a0);
}

Cosmic Cookie Crumble color palette created on .