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