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