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