Pastel Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Blue Green palette
Pastel Blue Green color palette CSS
/* CSS */
.color-1 {
color: #a7d8e7;
}
.color-2 {
color: #b0e8c4;
}
.color-3 {
color: #f6dab6;
}
.color-4 {
color: #f9c3ae;
}
.color-5 {
color: #f5a8b9;
}
/* CSS Variables */
:root {
--color-1: #a7d8e7;
--color-2: #b0e8c4;
--color-3: #f6dab6;
--color-4: #f9c3ae;
--color-5: #f5a8b9;
}
Pastel Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e7, #b0e8c4, #f6dab6, #f9c3ae, #f5a8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e7, #b0e8c4, #f6dab6, #f9c3ae, #f5a8b9);
}
Similar color palettes
Pastel Blue Green color palette created on .