Ancient Depths Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ancient Depths palette
tavolozza dei colori Ancient Depths CSS
/* CSS */
.color-1 {
color: #8dd8d5;
}
.color-2 {
color: #5db6a6;
}
.color-3 {
color: #3e838e;
}
.color-4 {
color: #2f5e6f;
}
.color-5 {
color: #183b4e;
}
/* CSS Variables */
:root {
--color-1: #8dd8d5;
--color-2: #5db6a6;
--color-3: #3e838e;
--color-4: #2f5e6f;
--color-5: #183b4e;
}
CSS con gradiente di sfondo Ancient Depths
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dd8d5, #5db6a6, #3e838e, #2f5e6f, #183b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dd8d5, #5db6a6, #3e838e, #2f5e6f, #183b4e);
}
Tavolozze di colori simili
Ancient Depths color palette created on .