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