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