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