Blooms of Amaryllis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blooms of Amaryllis palette
Blooms of Amaryllis カラーパレット CSS
/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #f6d13c;
}
.color-4 {
color: #a1d85a;
}
.color-5 {
color: #4b9b8c;
}
/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #fbaf3c;
--color-3: #f6d13c;
--color-4: #a1d85a;
--color-5: #4b9b8c;
}
Blooms of Amaryllis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #fbaf3c, #f6d13c, #a1d85a, #4b9b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #fbaf3c, #f6d13c, #a1d85a, #4b9b8c);
}
似たようなカラーパレット
Blooms of Amaryllis color palette created on .