Oceanic Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Depths palette

Condividi questa palette a:

tavolozza dei colori Oceanic Depths CSS

/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0081c2;
}
.color-4 {
color: #00aaff;
}
.color-5 {
color: #66c2ff;
}

/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #005c99;
--color-3: #0081c2;
--color-4: #00aaff;
--color-5: #66c2ff;
}

CSS con gradiente di sfondo Oceanic Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #005c99, #0081c2, #00aaff, #66c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #005c99, #0081c2, #00aaff, #66c2ff);
}

Oceanic Depths color palette created on .