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