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