Blue Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Peach palette
Blue Peach color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #bddeff;
}
.color-3 {
color: #ffdacc;
}
.color-4 {
color: #ffbeb3;
}
.color-5 {
color: #57c7ff;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #bddeff;
--color-3: #ffdacc;
--color-4: #ffbeb3;
--color-5: #57c7ff;
}
Blue Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #bddeff, #ffdacc, #ffbeb3, #57c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #bddeff, #ffdacc, #ffbeb3, #57c7ff);
}
Similar color palettes
Blue Peach color palette created on .