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