Eugene's Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eugene's Dreamscape palette
Eugene's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f6c960;
}
.color-3 {
color: #e6e77e;
}
.color-4 {
color: #a7d7c0;
}
.color-5 {
color: #6bb6eb;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f6c960;
--color-3: #e6e77e;
--color-4: #a7d7c0;
--color-5: #6bb6eb;
}
Eugene's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f6c960, #e6e77e, #a7d7c0, #6bb6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f6c960, #e6e77e, #a7d7c0, #6bb6eb);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Eugene's Dreamscape color palette created on .