Twilight Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twilight Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Twilight Serenity カラーパレット (PNG) をダウンロード
Twilight Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #4a4a4a;
}
.color-2 {
color: #76d1fe;
}
.color-3 {
color: #0d0d0d;
}
.color-4 {
color: #fef4ec;
}
.color-5 {
color: #033b59;
}
/* CSS Variables */
:root {
--color-1: #4a4a4a;
--color-2: #76d1fe;
--color-3: #0d0d0d;
--color-4: #fef4ec;
--color-5: #033b59;
}
Twilight Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4a, #76d1fe, #0d0d0d, #fef4ec, #033b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4a, #76d1fe, #0d0d0d, #fef4ec, #033b59);
}
似たようなカラーパレット
Twilight Serenity color palette created on .