Yellow and Blue Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow and Blue Moon palette

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

Yellow and Blue Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #8e7f57;
}
.color-2 {
color: #82673a;
}
.color-3 {
color: #895252;
}
.color-4 {
color: #455f7d;
}
.color-5 {
color: #1e1a1a;
}

/* CSS Variables */
:root {
--color-1: #8e7f57;
--color-2: #82673a;
--color-3: #895252;
--color-4: #455f7d;
--color-5: #1e1a1a;
}

Yellow and Blue Moon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e7f57, #82673a, #895252, #455f7d, #1e1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e7f57, #82673a, #895252, #455f7d, #1e1a1a);
}

Yellow and Blue Moon color palette created on .