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: #1b3264;
}
.color-2 {
color: #2a4f7e;
}
.color-3 {
color: #3b6d9b;
}
.color-4 {
color: #a7d9e6;
}
.color-5 {
color: #e3f4f7;
}

/* CSS Variables */
:root {
--color-1: #1b3264;
--color-2: #2a4f7e;
--color-3: #3b6d9b;
--color-4: #a7d9e6;
--color-5: #e3f4f7;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3264, #2a4f7e, #3b6d9b, #a7d9e6, #e3f4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3264, #2a4f7e, #3b6d9b, #a7d9e6, #e3f4f7);
}

Oceanic Serenity color palette created on .