Serene Ocean Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

Condividi questa palette a:

tavolozza dei colori Serene Ocean Breeze CSS

/* CSS */
.color-1 {
color: #e2f6f8;
}
.color-2 {
color: #b4c1cf;
}
.color-3 {
color: #9499a4;
}
.color-4 {
color: #5595c3;
}
.color-5 {
color: #6f797b;
}

/* CSS Variables */
:root {
--color-1: #e2f6f8;
--color-2: #b4c1cf;
--color-3: #9499a4;
--color-4: #5595c3;
--color-5: #6f797b;
}

CSS con gradiente di sfondo Serene Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f6f8, #b4c1cf, #9499a4, #5595c3, #6f797b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f6f8, #b4c1cf, #9499a4, #5595c3, #6f797b);
}

Serene Ocean Breeze color palette created on .