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