Fairway Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fairway Breeze palette
Fairway Breeze color palette CSS
/* CSS */
.color-1 {
color: #d0e6e0;
}
.color-2 {
color: #aee0d2;
}
.color-3 {
color: #85d2e0;
}
.color-4 {
color: #4fb9e3;
}
.color-5 {
color: #0095c7;
}
/* CSS Variables */
:root {
--color-1: #d0e6e0;
--color-2: #aee0d2;
--color-3: #85d2e0;
--color-4: #4fb9e3;
--color-5: #0095c7;
}
Fairway Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e6e0, #aee0d2, #85d2e0, #4fb9e3, #0095c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e6e0, #aee0d2, #85d2e0, #4fb9e3, #0095c7);
}
Similar color palettes
Fairway Breeze color palette created on .