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