Whispers of Blossoms カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Blossoms palette
Whispers of Blossoms カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfcfc;
}
.color-3 {
color: #f8eee7;
}
.color-4 {
color: #dfced7;
}
.color-5 {
color: #f4ae90;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfcfc;
--color-3: #f8eee7;
--color-4: #dfced7;
--color-5: #f4ae90;
}
Whispers of Blossoms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfcfc, #f8eee7, #dfced7, #f4ae90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfcfc, #f8eee7, #dfced7, #f4ae90);
}
Whispers of Blossoms color palette created on .