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