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