Cerulean Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Cerulean Breeze palette
tavolozza dei colori Cerulean Breeze CSS
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #1eafc2;
}
.color-4 {
color: #4ed4a5;
}
.color-5 {
color: #9ee5b0;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #00b0e0;
--color-3: #1eafc2;
--color-4: #4ed4a5;
--color-5: #9ee5b0;
}
CSS con gradiente di sfondo Cerulean Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #00b0e0, #1eafc2, #4ed4a5, #9ee5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #00b0e0, #1eafc2, #4ed4a5, #9ee5b0);
}
Tavolozze di colori simili
Cerulean Breeze color palette created on .