Lucky Palms カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lucky Palms palette
Lucky Palms カラー パレット PNG 画像
Lucky Palms カラーパレット CSS
/* CSS */
.color-1 {
color: #a4d56c;
}
.color-2 {
color: #f2d16e;
}
.color-3 {
color: #d3a75a;
}
.color-4 {
color: #e57f48;
}
.color-5 {
color: #a84b34;
}
/* CSS Variables */
:root {
--color-1: #a4d56c;
--color-2: #f2d16e;
--color-3: #d3a75a;
--color-4: #e57f48;
--color-5: #a84b34;
}
Lucky Palms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d56c, #f2d16e, #d3a75a, #e57f48, #a84b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d56c, #f2d16e, #d3a75a, #e57f48, #a84b34);
}
似たようなカラーパレット
Lucky Palms color palette created on .