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: #68c0b7;
}
.color-2 {
color: #4db3a2;
}
.color-3 {
color: #3a9c8c;
}
.color-4 {
color: #2b8c7b;
}
.color-5 {
color: #1c6d65;
}

/* CSS Variables */
:root {
--color-1: #68c0b7;
--color-2: #4db3a2;
--color-3: #3a9c8c;
--color-4: #2b8c7b;
--color-5: #1c6d65;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68c0b7, #4db3a2, #3a9c8c, #2b8c7b, #1c6d65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68c0b7, #4db3a2, #3a9c8c, #2b8c7b, #1c6d65);
}

Oceanic Serenity color palette created on .