Oceanic Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Oceanic Breeze palette
tavolozza dei colori Oceanic Breeze CSS
/* CSS */
.color-1 {
color: #003e8f;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #00b2d1;
}
.color-4 {
color: #5ed1e8;
}
.color-5 {
color: #a4e3f4;
}
/* CSS Variables */
:root {
--color-1: #003e8f;
--color-2: #0076a8;
--color-3: #00b2d1;
--color-4: #5ed1e8;
--color-5: #a4e3f4;
}
CSS con gradiente di sfondo Oceanic Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003e8f, #0076a8, #00b2d1, #5ed1e8, #a4e3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003e8f, #0076a8, #00b2d1, #5ed1e8, #a4e3f4);
}
Tavolozze di colori simili
Oceanic Breeze color palette created on .