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