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: #174ca1;
}
.color-2 {
color: #1e6fa9;
}
.color-3 {
color: #3a9cd9;
}
.color-4 {
color: #5db3e9;
}
.color-5 {
color: #94d6f0;
}

/* CSS Variables */
:root {
--color-1: #174ca1;
--color-2: #1e6fa9;
--color-3: #3a9cd9;
--color-4: #5db3e9;
--color-5: #94d6f0;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #174ca1, #1e6fa9, #3a9cd9, #5db3e9, #94d6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #174ca1, #1e6fa9, #3a9cd9, #5db3e9, #94d6f0);
}

Oceanic Serenity color palette created on .