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