Maxine's Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Maxine's Dreamscape palette
Maxine's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f8e16d;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #1e3799;
}
/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f6b83c;
--color-3: #f8e16d;
--color-4: #69af4b;
--color-5: #1e3799;
}
Maxine's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f6b83c, #f8e16d, #69af4b, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f6b83c, #f8e16d, #69af4b, #1e3799);
}
似たようなカラーパレット
Maxine's Dreamscape color palette created on .