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