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