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: #1c508d;
}
.color-2 {
color: #3b7a9b;
}
.color-3 {
color: #69b5d3;
}
.color-4 {
color: #a6e8d9;
}
.color-5 {
color: #f1e2b1;
}

/* CSS Variables */
:root {
--color-1: #1c508d;
--color-2: #3b7a9b;
--color-3: #69b5d3;
--color-4: #a6e8d9;
--color-5: #f1e2b1;
}

CSS con gradiente di sfondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c508d, #3b7a9b, #69b5d3, #a6e8d9, #f1e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c508d, #3b7a9b, #69b5d3, #a6e8d9, #f1e2b1);
}

Ocean Breeze Serenity color palette created on .