Midnight Ocean Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Ocean Breeze palette

Condividi questa palette a:

tavolozza dei colori Midnight Ocean Breeze CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #004080;
}
.color-3 {
color: #0073a8;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #7eb2d3;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #004080;
--color-3: #0073a8;
--color-4: #00b0e0;
--color-5: #7eb2d3;
}

CSS con gradiente di sfondo Midnight Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #004080, #0073a8, #00b0e0, #7eb2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #004080, #0073a8, #00b0e0, #7eb2d3);
}

Midnight Ocean Breeze color palette created on .