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