Athena カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Athena palette
Athena カラー パレット PNG 画像
Athena カラーパレット CSS
/* CSS */
.color-1 {
color: #9793cd;
}
.color-2 {
color: #7381ce;
}
.color-3 {
color: #5e7dd4;
}
.color-4 {
color: #3f6ed5;
}
.color-5 {
color: #1f61b2;
}
/* CSS Variables */
:root {
--color-1: #9793cd;
--color-2: #7381ce;
--color-3: #5e7dd4;
--color-4: #3f6ed5;
--color-5: #1f61b2;
}
Athena の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}
似たようなカラーパレット
Athena color palette created on .