Purple Butterfly カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Butterfly palette
Purple Butterfly カラーパレット CSS
/* CSS */
.color-1 {
color: #a67dca;
}
.color-2 {
color: #9d6ab9;
}
.color-3 {
color: #b67fb8;
}
.color-4 {
color: #d7a3d4;
}
.color-5 {
color: #ebcceb;
}
/* CSS Variables */
:root {
--color-1: #a67dca;
--color-2: #9d6ab9;
--color-3: #b67fb8;
--color-4: #d7a3d4;
--color-5: #ebcceb;
}
Purple Butterfly の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67dca, #9d6ab9, #b67fb8, #d7a3d4, #ebcceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67dca, #9d6ab9, #b67fb8, #d7a3d4, #ebcceb);
}
似たようなカラーパレット
下にスクロールして800+個のエステティックカラーパレットを探索しましょう
Purple Butterfly color palette created on .