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