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