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