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