Milk Coffee カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Milk Coffee palette
Milk Coffee カラー パレット PNG 画像
Milk Coffee カラーパレット CSS
/* CSS */
.color-1 {
color: #eed1aa;
}
.color-2 {
color: #e4b886;
}
.color-3 {
color: #d89864;
}
.color-4 {
color: #bf6436;
}
.color-5 {
color: #984b25;
}
/* CSS Variables */
:root {
--color-1: #eed1aa;
--color-2: #e4b886;
--color-3: #d89864;
--color-4: #bf6436;
--color-5: #984b25;
}
Milk Coffee の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed1aa, #e4b886, #d89864, #bf6436, #984b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed1aa, #e4b886, #d89864, #bf6436, #984b25);
}
似たようなカラーパレット
Milk Coffee color palette created on .