Dandy’s Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dandy’s Dreamscape palette
Dandy’s Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #5c9c9d;
}
.color-4 {
color: #89499c;
}
.color-5 {
color: #f8d3e1;
}
/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #5c9c9d;
--color-4: #89499c;
--color-5: #f8d3e1;
}
Dandy’s Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #5c9c9d, #89499c, #f8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #5c9c9d, #89499c, #f8d3e1);
}
似たようなカラーパレット
下にスクロールして1000+個のエステティックカラーパレットを探索しましょう
Dandy’s Dreamscape color palette created on .