Cerulean Depths Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Cerulean Depths palette
tavolozza dei colori Cerulean Depths CSS
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #0090b8;
}
.color-3 {
color: #007a99;
}
.color-4 {
color: #00607a;
}
.color-5 {
color: #00455c;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0090b8;
--color-3: #007a99;
--color-4: #00607a;
--color-5: #00455c;
}
CSS con gradiente di sfondo Cerulean Depths
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0090b8, #007a99, #00607a, #00455c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0090b8, #007a99, #00607a, #00455c);
}
Tavolozze di colori simili
Cerulean Depths color palette created on .