Shades of Amaranth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Amaranth palette
Shades of Amaranth カラーパレット (PNG) をダウンロード
Shades of Amaranth カラーパレット CSS
/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f9b9a9;
}
.color-4 {
color: #fce6ca;
}
.color-5 {
color: #f9e19a;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f76e6e;
--color-3: #f9b9a9;
--color-4: #fce6ca;
--color-5: #f9e19a;
}
Shades of Amaranth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}
似たようなカラーパレット
Shades of Amaranth color palette created on .