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: #1b3264;
}
.color-2 {
color: #1e4e6c;
}
.color-3 {
color: #1f7d84;
}
.color-4 {
color: #a1d8d9;
}
.color-5 {
color: #f2b96e;
}

/* CSS Variables */
:root {
--color-1: #1b3264;
--color-2: #1e4e6c;
--color-3: #1f7d84;
--color-4: #a1d8d9;
--color-5: #f2b96e;
}

CSS con gradiente di sfondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3264, #1e4e6c, #1f7d84, #a1d8d9, #f2b96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3264, #1e4e6c, #1f7d84, #a1d8d9, #f2b96e);
}

Oceanic Breeze color palette created on .