Moon Kiss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon Kiss palette

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

Moon Kiss カラーパレット CSS

/* CSS */
.color-1 {
color: #d5cbe7;
}
.color-2 {
color: #a6bae2;
}
.color-3 {
color: #8bb8e4;
}
.color-4 {
color: #67c2e9;
}
.color-5 {
color: #4ec0e9;
}

/* CSS Variables */
:root {
--color-1: #d5cbe7;
--color-2: #a6bae2;
--color-3: #8bb8e4;
--color-4: #67c2e9;
--color-5: #4ec0e9;
}

Moon Kiss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cbe7, #a6bae2, #8bb8e4, #67c2e9, #4ec0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cbe7, #a6bae2, #8bb8e4, #67c2e9, #4ec0e9);
}

Moon Kiss color palette created on .