Milk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Milk palette

このパレットを共有する先:

Milk カラーパレット (PNG) をダウンロード

Download milk color palette PNG image (landscape)
Download milk color palette PNG image (square)

Milk カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #e7dacb;
}
.color-4 {
color: #d8c8b0;
}
.color-5 {
color: #c0b7a5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #e7dacb;
--color-4: #d8c8b0;
--color-5: #c0b7a5;
}

Milk の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #e7dacb, #d8c8b0, #c0b7a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #e7dacb, #d8c8b0, #c0b7a5);
}

Milk color palette created on .