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