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