Caribbean Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Caribbean Breeze palette

Condividi questa palette a:

tavolozza dei colori Caribbean Breeze CSS

/* CSS */
.color-1 {
color: #2f4b6a;
}
.color-2 {
color: #3a698d;
}
.color-3 {
color: #4fa0b0;
}
.color-4 {
color: #a1d3c8;
}
.color-5 {
color: #f0dfb2;
}

/* CSS Variables */
:root {
--color-1: #2f4b6a;
--color-2: #3a698d;
--color-3: #4fa0b0;
--color-4: #a1d3c8;
--color-5: #f0dfb2;
}

CSS con gradiente di sfondo Caribbean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b6a, #3a698d, #4fa0b0, #a1d3c8, #f0dfb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b6a, #3a698d, #4fa0b0, #a1d3c8, #f0dfb2);
}

Caribbean Breeze color palette created on .