Berry the Polar Bear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry the Polar Bear palette

Share this palette to:

Berry the Polar Bear color palette CSS

/* CSS */
.color-1 {
color: #c5a4d5;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #f6d5df;
}
.color-4 {
color: #f4a4b9;
}
.color-5 {
color: #ea809e;
}

/* CSS Variables */
:root {
--color-1: #c5a4d5;
--color-2: #eab8e4;
--color-3: #f6d5df;
--color-4: #f4a4b9;
--color-5: #ea809e;
}

Berry the Polar Bear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a4d5, #eab8e4, #f6d5df, #f4a4b9, #ea809e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a4d5, #eab8e4, #f6d5df, #f4a4b9, #ea809e);
}

Similar color palettes

Berry the Polar Bear color palette created on .