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