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