Iced Pink Cherry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iced Pink Cherry palette

Share this palette to:

Iced Pink Cherry color palette CSS

/* CSS */
.color-1 {
color: #d94a6b;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #e5c2d5;
}
.color-4 {
color: #f6e7b6;
}
.color-5 {
color: #b4d7e9;
}

/* CSS Variables */
:root {
--color-1: #d94a6b;
--color-2: #f1a7b3;
--color-3: #e5c2d5;
--color-4: #f6e7b6;
--color-5: #b4d7e9;
}

Iced Pink Cherry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94a6b, #f1a7b3, #e5c2d5, #f6e7b6, #b4d7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94a6b, #f1a7b3, #e5c2d5, #f6e7b6, #b4d7e9);
}

Iced Pink Cherry color palette created on .