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