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