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