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