Dreamcore カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamcore palette
Dreamcore カラーパレット (PNG) をダウンロード
Dreamcore カラーパレット CSS
/* CSS */
.color-1 {
color: #e3b5e3;
}
.color-2 {
color: #f4d5a9;
}
.color-3 {
color: #b1e5f1;
}
.color-4 {
color: #f9b4d3;
}
.color-5 {
color: #f2d5c0;
}
/* CSS Variables */
:root {
--color-1: #e3b5e3;
--color-2: #f4d5a9;
--color-3: #b1e5f1;
--color-4: #f9b4d3;
--color-5: #f2d5c0;
}
Dreamcore の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b5e3, #f4d5a9, #b1e5f1, #f9b4d3, #f2d5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b5e3, #f4d5a9, #b1e5f1, #f9b4d3, #f2d5c0);
}
似たようなカラーパレット
Dreamcore color palette created on .