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