Ocean Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Condividi questa palette a:

tavolozza dei colori Ocean Breeze CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #6cb2e4;
}
.color-3 {
color: #4b8fc3;
}
.color-4 {
color: #3c6faa;
}
.color-5 {
color: #2a4a8d;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #6cb2e4;
--color-3: #4b8fc3;
--color-4: #3c6faa;
--color-5: #2a4a8d;
}

CSS con gradiente di sfondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}

Ocean Breeze color palette created on .