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