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