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: #ddeaee;
}
.color-2 {
color: #c8dbe4;
}
.color-3 {
color: #b3cddb;
}
.color-4 {
color: #a0c1d4;
}
.color-5 {
color: #8cb6cf;
}

/* CSS Variables */
:root {
--color-1: #ddeaee;
--color-2: #c8dbe4;
--color-3: #b3cddb;
--color-4: #a0c1d4;
--color-5: #8cb6cf;
}

CSS con gradiente di sfondo Serene Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddeaee, #c8dbe4, #b3cddb, #a0c1d4, #8cb6cf);
}

Serene Ocean Breeze color palette created on .