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