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: #0098b3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d1c3;
}
.color-4 {
color: #a7e1e6;
}
.color-5 {
color: #e2f8f7;
}

/* CSS Variables */
:root {
--color-1: #0098b3;
--color-2: #00b3aa;
--color-3: #00d1c3;
--color-4: #a7e1e6;
--color-5: #e2f8f7;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0098b3, #00b3aa, #00d1c3, #a7e1e6, #e2f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0098b3, #00b3aa, #00d1c3, #a7e1e6, #e2f8f7);
}

Oceanic Serenity color palette created on .