Oceanic Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Oceanic Breeze palette
tavolozza dei colori Oceanic Breeze CSS
/* CSS */
.color-1 {
color: #1e7b99;
}
.color-2 {
color: #4aafba;
}
.color-3 {
color: #6ed8d7;
}
.color-4 {
color: #a2f1e5;
}
.color-5 {
color: #f3fbef;
}
/* CSS Variables */
:root {
--color-1: #1e7b99;
--color-2: #4aafba;
--color-3: #6ed8d7;
--color-4: #a2f1e5;
--color-5: #f3fbef;
}
CSS con gradiente di sfondo Oceanic Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b99, #4aafba, #6ed8d7, #a2f1e5, #f3fbef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b99, #4aafba, #6ed8d7, #a2f1e5, #f3fbef);
}
Tavolozze di colori simili
Oceanic Breeze color palette created on .