Ocean Breeze Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

Condividi questa palette a:

tavolozza dei colori Ocean Breeze Serenity CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b0c7;
}
.color-3 {
color: #5dd2e5;
}
.color-4 {
color: #9ae3e4;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b0c7;
--color-3: #5dd2e5;
--color-4: #9ae3e4;
--color-5: #f2f2f2;
}

CSS con gradiente di sfondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b0c7, #5dd2e5, #9ae3e4, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b0c7, #5dd2e5, #9ae3e4, #f2f2f2);
}

Ocean Breeze Serenity color palette created on .