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: #3b9b98;
}
.color-2 {
color: #4dc7c3;
}
.color-3 {
color: #80e0d7;
}
.color-4 {
color: #a1f2e1;
}
.color-5 {
color: #d9f7f2;
}

/* CSS Variables */
:root {
--color-1: #3b9b98;
--color-2: #4dc7c3;
--color-3: #80e0d7;
--color-4: #a1f2e1;
--color-5: #d9f7f2;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9b98, #4dc7c3, #80e0d7, #a1f2e1, #d9f7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9b98, #4dc7c3, #80e0d7, #a1f2e1, #d9f7f2);
}

Oceanic Serenity color palette created on .