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