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: #29b8d1;
}
.color-2 {
color: #70d2bb;
}
.color-3 {
color: #a2e6d3;
}
.color-4 {
color: #e1f9f4;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #29b8d1;
--color-2: #70d2bb;
--color-3: #a2e6d3;
--color-4: #e1f9f4;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b8d1, #70d2bb, #a2e6d3, #e1f9f4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b8d1, #70d2bb, #a2e6d3, #e1f9f4, #ffffff);
}

Ocean Breeze Serenity color palette created on .