Light Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Green palette
Download Light Blue Green Color Palette (PNG)
Light Blue Green color palette CSS
/* CSS */
.color-1 {
color: #f3e5af;
}
.color-2 {
color: #d6c1a4;
}
.color-3 {
color: #a7c8b9;
}
.color-4 {
color: #6ea3b9;
}
.color-5 {
color: #3e8c98;
}
/* CSS Variables */
:root {
--color-1: #f3e5af;
--color-2: #d6c1a4;
--color-3: #a7c8b9;
--color-4: #6ea3b9;
--color-5: #3e8c98;
}
Light Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
}
Similar color palettes
Light Blue Green color palette created on .