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