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