Celestial Whispers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Whispers palette
Celestial Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f2b1d4;
}
.color-3 {
color: #e0c5f7;
}
.color-4 {
color: #f9eaa4;
}
.color-5 {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f2b1d4;
--color-3: #e0c5f7;
--color-4: #f9eaa4;
--color-5: #ffd9b8;
}
Celestial Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f2b1d4, #e0c5f7, #f9eaa4, #ffd9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f2b1d4, #e0c5f7, #f9eaa4, #ffd9b8);
}
似たようなカラーパレット
Celestial Whispers color palette created on .