Berry Cookie Medley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry Cookie Medley palette

Share this palette to:

Berry Cookie Medley color palette CSS

/* CSS */
.color-1 {
color: #d24b6b;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #d24b6b;
--color-2: #f4a462;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #56768f;
}

Berry Cookie Medley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b6b, #f4a462, #f9c54e, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b6b, #f4a462, #f9c54e, #91be6f, #56768f);
}

Berry Cookie Medley color palette created on .