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