Pastel Blueberry Desert Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Blueberry Desert palette
Pastel Blueberry Desert color palette PNG image
Pastel Blueberry Desert color palette CSS
/* CSS */
.color-1 {
color: #5a8fba;
}
.color-2 {
color: #a4c6e0;
}
.color-3 {
color: #e7b1d0;
}
.color-4 {
color: #f3e1a0;
}
.color-5 {
color: #d5a86c;
}
/* CSS Variables */
:root {
--color-1: #5a8fba;
--color-2: #a4c6e0;
--color-3: #e7b1d0;
--color-4: #f3e1a0;
--color-5: #d5a86c;
}
Pastel Blueberry Desert background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8fba, #a4c6e0, #e7b1d0, #f3e1a0, #d5a86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8fba, #a4c6e0, #e7b1d0, #f3e1a0, #d5a86c);
}
Similar color palettes
Pastel Blueberry Desert color palette created on .