Purple Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Sunset palette
Purple Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a55eb5;
}
.color-3 {
color: #d69fca;
}
.color-4 {
color: #f1d0e1;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a55eb5;
--color-3: #d69fca;
--color-4: #f1d0e1;
--color-5: #ff7092;
}
Purple Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a55eb5, #d69fca, #f1d0e1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a55eb5, #d69fca, #f1d0e1, #ff7092);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Purple Sunset color palette created on .