Oceanic Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

Condividi questa palette a:

tavolozza dei colori Oceanic Serenity CSS

/* CSS */
.color-1 {
color: #1e3c3e;
}
.color-2 {
color: #3a6c6e;
}
.color-3 {
color: #5ca3a3;
}
.color-4 {
color: #92d8d2;
}
.color-5 {
color: #d1f0ef;
}

/* CSS Variables */
:root {
--color-1: #1e3c3e;
--color-2: #3a6c6e;
--color-3: #5ca3a3;
--color-4: #92d8d2;
--color-5: #d1f0ef;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c3e, #3a6c6e, #5ca3a3, #92d8d2, #d1f0ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c3e, #3a6c6e, #5ca3a3, #92d8d2, #d1f0ef);
}

Oceanic Serenity color palette created on .