Angler's Dream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Angler's Dream palette
tavolozza dei colori Angler's Dream CSS
/* CSS */
.color-1 {
color: #1e7a8a;
}
.color-2 {
color: #4eb7a7;
}
.color-3 {
color: #76d5d5;
}
.color-4 {
color: #a2e2e2;
}
.color-5 {
color: #f5f7de;
}
/* CSS Variables */
:root {
--color-1: #1e7a8a;
--color-2: #4eb7a7;
--color-3: #76d5d5;
--color-4: #a2e2e2;
--color-5: #f5f7de;
}
CSS con gradiente di sfondo Angler's Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7a8a, #4eb7a7, #76d5d5, #a2e2e2, #f5f7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7a8a, #4eb7a7, #76d5d5, #a2e2e2, #f5f7de);
}
Tavolozze di colori simili
Angler's Dream color palette created on .