Aetherial Arrows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aetherial Arrows palette
Aetherial Arrows color palette CSS
/* CSS */
.color-1 {
color: #9fd6e0;
}
.color-2 {
color: #7ac7c5;
}
.color-3 {
color: #4bb9b2;
}
.color-4 {
color: #3b7d7a;
}
.color-5 {
color: #2b4a49;
}
/* CSS Variables */
:root {
--color-1: #9fd6e0;
--color-2: #7ac7c5;
--color-3: #4bb9b2;
--color-4: #3b7d7a;
--color-5: #2b4a49;
}
Aetherial Arrows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd6e0, #7ac7c5, #4bb9b2, #3b7d7a, #2b4a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd6e0, #7ac7c5, #4bb9b2, #3b7d7a, #2b4a49);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Aetherial Arrows color palette created on .