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