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