Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #6c508b;
}
.color-2 {
color: #9a5b91;
}
.color-3 {
color: #d7998e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f67e23;
}
/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #9a5b91;
--color-3: #d7998e;
--color-4: #f1c84b;
--color-5: #f67e23;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}
似たようなカラーパレット
Shades of Purple color palette created on .