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