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: #1b808d;
}
.color-2 {
color: #2ca4af;
}
.color-3 {
color: #4ec2c6;
}
.color-4 {
color: #6de3d7;
}
.color-5 {
color: #a1f7f3;
}

/* CSS Variables */
:root {
--color-1: #1b808d;
--color-2: #2ca4af;
--color-3: #4ec2c6;
--color-4: #6de3d7;
--color-5: #a1f7f3;
}

CSS con gradiente di sfondo Oceanic Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b808d, #2ca4af, #4ec2c6, #6de3d7, #a1f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b808d, #2ca4af, #4ec2c6, #6de3d7, #a1f7f3);
}

Oceanic Serenity color palette created on .