Aromantic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aromantic palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Aromantic カラーパレット (PNG) をダウンロード
Aromantic カラーパレット CSS
/* CSS */
.color-1 {
color: #5d508b;
}
.color-2 {
color: #7b7c9d;
}
.color-3 {
color: #a6b8a3;
}
.color-4 {
color: #c6d8a6;
}
.color-5 {
color: #eae8b3;
}
/* CSS Variables */
:root {
--color-1: #5d508b;
--color-2: #7b7c9d;
--color-3: #a6b8a3;
--color-4: #c6d8a6;
--color-5: #eae8b3;
}
Aromantic の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d508b, #7b7c9d, #a6b8a3, #c6d8a6, #eae8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d508b, #7b7c9d, #a6b8a3, #c6d8a6, #eae8b3);
}
似たようなカラーパレット
Aromantic color palette created on .