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