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