Sugared Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sugared Twilight palette
Sugared Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #4c2e5c;
}
.color-2 {
color: #7a4b8b;
}
.color-3 {
color: #b46ea3;
}
.color-4 {
color: #e7a6b8;
}
.color-5 {
color: #fbc4c1;
}
/* CSS Variables */
:root {
--color-1: #4c2e5c;
--color-2: #7a4b8b;
--color-3: #b46ea3;
--color-4: #e7a6b8;
--color-5: #fbc4c1;
}
Sugared Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2e5c, #7a4b8b, #b46ea3, #e7a6b8, #fbc4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2e5c, #7a4b8b, #b46ea3, #e7a6b8, #fbc4c1);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Sugared Twilight color palette created on .