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: #f55b8c;
}
.color-3 {
color: #f9a4b9;
}
.color-4 {
color: #fcf6d9;
}
.color-5 {
color: #f9d75d;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f55b8c;
--color-3: #f9a4b9;
--color-4: #fcf6d9;
--color-5: #f9d75d;
}
Shades of Amaranth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}
似たようなカラーパレット
Shades of Amaranth color palette created on .