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: #1c4e7d;
}
.color-2 {
color: #3f7a9d;
}
.color-3 {
color: #65a5b8;
}
.color-4 {
color: #94c4d1;
}
.color-5 {
color: #c3e0e9;
}

/* CSS Variables */
:root {
--color-1: #1c4e7d;
--color-2: #3f7a9d;
--color-3: #65a5b8;
--color-4: #94c4d1;
--color-5: #c3e0e9;
}

CSS con gradiente di sfondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4e7d, #3f7a9d, #65a5b8, #94c4d1, #c3e0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4e7d, #3f7a9d, #65a5b8, #94c4d1, #c3e0e9);
}

Oceanic Breeze color palette created on .