Aetherial Arrows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aetherial Arrows palette
Aetherial Arrows カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Aetherial Arrows color palette created on .