Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #ffe7a3;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f495c8;
}
.color-4 {
color: #a3c8ff;
}
.color-5 {
color: #ff9e9e;
}
/* CSS Variables */
:root {
--color-1: #ffe7a3;
--color-2: #f4b79f;
--color-3: #f495c8;
--color-4: #a3c8ff;
--color-5: #ff9e9e;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe7a3, #f4b79f, #f495c8, #a3c8ff, #ff9e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe7a3, #f4b79f, #f495c8, #a3c8ff, #ff9e9e);
}
Similar color palettes
Pastel Pink color palette created on .