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