Oceanic Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

Condividi questa palette a:

tavolozza dei colori Oceanic Dreams CSS

/* CSS */
.color-1 {
color: #1c39ba;
}
.color-2 {
color: #2c50dd;
}
.color-3 {
color: #4c74e1;
}
.color-4 {
color: #6ca5ef;
}
.color-5 {
color: #b5d0e8;
}

/* CSS Variables */
:root {
--color-1: #1c39ba;
--color-2: #2c50dd;
--color-3: #4c74e1;
--color-4: #6ca5ef;
--color-5: #b5d0e8;
}

CSS con gradiente di sfondo Oceanic Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c39ba, #2c50dd, #4c74e1, #6ca5ef, #b5d0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c39ba, #2c50dd, #4c74e1, #6ca5ef, #b5d0e8);
}

Oceanic Dreams color palette created on .