Oceanic Opal Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Opal Dream palette

Condividi questa palette a:

tavolozza dei colori Oceanic Opal Dream CSS

/* CSS */
.color-1 {
color: #2d4b6c;
}
.color-2 {
color: #4b7591;
}
.color-3 {
color: #699cb0;
}
.color-4 {
color: #9dcad8;
}
.color-5 {
color: #e4f3f6;
}

/* CSS Variables */
:root {
--color-1: #2d4b6c;
--color-2: #4b7591;
--color-3: #699cb0;
--color-4: #9dcad8;
--color-5: #e4f3f6;
}

CSS con gradiente di sfondo Oceanic Opal Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4b6c, #4b7591, #699cb0, #9dcad8, #e4f3f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4b6c, #4b7591, #699cb0, #9dcad8, #e4f3f6);
}

Oceanic Opal Dream color palette created on .