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: #a3c8c0;
}
.color-2 {
color: #8fb7af;
}
.color-3 {
color: #65aeae;
}
.color-4 {
color: #4d9fa3;
}
.color-5 {
color: #009999;
}

/* CSS Variables */
:root {
--color-1: #a3c8c0;
--color-2: #8fb7af;
--color-3: #65aeae;
--color-4: #4d9fa3;
--color-5: #009999;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8c0, #8fb7af, #65aeae, #4d9fa3, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8c0, #8fb7af, #65aeae, #4d9fa3, #009999);
}

Oceanic Serenity color palette created on .