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