Pastel Pink Blue Green Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink Blue Green Orange palette

Share this palette to:

Pastel Pink Blue Green Orange color palette CSS

/* CSS */
.color-1 {
color: #f2e2f3;
}
.color-2 {
color: #c5d7e8;
}
.color-3 {
color: #b3e6d9;
}
.color-4 {
color: #f9d6a9;
}
.color-5 {
color: #f1a7b4;
}

/* CSS Variables */
:root {
--color-1: #f2e2f3;
--color-2: #c5d7e8;
--color-3: #b3e6d9;
--color-4: #f9d6a9;
--color-5: #f1a7b4;
}

Pastel Pink Blue Green Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2f3, #c5d7e8, #b3e6d9, #f9d6a9, #f1a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2f3, #c5d7e8, #b3e6d9, #f9d6a9, #f1a7b4);
}

Pastel Pink Blue Green Orange color palette created on .