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: #0c497e;
}
.color-2 {
color: #1e6f9f;
}
.color-3 {
color: #3a91b6;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #f1e6d0;
}

/* CSS Variables */
:root {
--color-1: #0c497e;
--color-2: #1e6f9f;
--color-3: #3a91b6;
--color-4: #a3d7e0;
--color-5: #f1e6d0;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c497e, #1e6f9f, #3a91b6, #a3d7e0, #f1e6d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c497e, #1e6f9f, #3a91b6, #a3d7e0, #f1e6d0);
}

Oceanic Serenity color palette created on .