Pastel Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Harmony palette
Pastel Harmony color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #6f4c3e;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #4c4c4d;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f6e1a7;
--color-3: #6f4c3e;
--color-4: #ffffff;
--color-5: #4c4c4d;
}
Pastel Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f6e1a7, #6f4c3e, #ffffff, #4c4c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f6e1a7, #6f4c3e, #ffffff, #4c4c4d);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Pastel Harmony color palette created on .