Ocean Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Ocean Breeze

Download ocean breeze color palette PNG image (landscape)
Download ocean breeze color palette PNG image (square)

tavolozza dei colori Ocean Breeze CSS

/* CSS */
.color-1 {
color: #28c8c8;
}
.color-2 {
color: #ffebc2;
}
.color-3 {
color: #004b4d;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #333333;
}

/* CSS Variables */
:root {
--color-1: #28c8c8;
--color-2: #ffebc2;
--color-3: #004b4d;
--color-4: #ffffff;
--color-5: #333333;
}

CSS con gradiente di sfondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28c8c8, #ffebc2, #004b4d, #ffffff, #333333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28c8c8, #ffebc2, #004b4d, #ffffff, #333333);
}

Ocean Breeze color palette created on .