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: #90d0be;
}
.color-2 {
color: #6bc2b1;
}
.color-3 {
color: #4da39a;
}
.color-4 {
color: #2e8a84;
}
.color-5 {
color: #1a7074;
}

/* CSS Variables */
:root {
--color-1: #90d0be;
--color-2: #6bc2b1;
--color-3: #4da39a;
--color-4: #2e8a84;
--color-5: #1a7074;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90d0be, #6bc2b1, #4da39a, #2e8a84, #1a7074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90d0be, #6bc2b1, #4da39a, #2e8a84, #1a7074);
}

Oceanic Serenity color palette created on .