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