Fairway Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fairway Breeze palette

Condividi questa palette a:

tavolozza dei colori Fairway Breeze 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;
}

CSS con gradiente di sfondo Fairway Breeze

/* 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);
}

Fairway Breeze color palette created on .