Moonmin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moonmin palette

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

Moonmin カラー パレット PNG 画像

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

Moonmin カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d4e0;
}
.color-2 {
color: #f7ebfa;
}
.color-3 {
color: #dae6f1;
}
.color-4 {
color: #aec1e0;
}
.color-5 {
color: #70adc7;
}

/* CSS Variables */
:root {
--color-1: #f2d4e0;
--color-2: #f7ebfa;
--color-3: #dae6f1;
--color-4: #aec1e0;
--color-5: #70adc7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4e0, #f7ebfa, #dae6f1, #aec1e0, #70adc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4e0, #f7ebfa, #dae6f1, #aec1e0, #70adc7);
}

Moonmin color palette created on .