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