Oceanic Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

Condividi questa palette a:

tavolozza dei colori Oceanic Breeze CSS

/* CSS */
.color-1 {
color: #abbff2;
}
.color-2 {
color: #68b6e3;
}
.color-3 {
color: #3ba1d8;
}
.color-4 {
color: #0096b8;
}
.color-5 {
color: #007e94;
}

/* CSS Variables */
:root {
--color-1: #abbff2;
--color-2: #68b6e3;
--color-3: #3ba1d8;
--color-4: #0096b8;
--color-5: #007e94;
}

CSS con gradiente di sfondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abbff2, #68b6e3, #3ba1d8, #0096b8, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abbff2, #68b6e3, #3ba1d8, #0096b8, #007e94);
}

Oceanic Breeze color palette created on .