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