Sandy Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sandy Serenade palette

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

Sandy Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e6d4b7;
}
.color-2 {
color: #d6b89a;
}
.color-3 {
color: #c7a56b;
}
.color-4 {
color: #b98f50;
}
.color-5 {
color: #a6713f;
}

/* CSS Variables */
:root {
--color-1: #e6d4b7;
--color-2: #d6b89a;
--color-3: #c7a56b;
--color-4: #b98f50;
--color-5: #a6713f;
}

Sandy Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d4b7, #d6b89a, #c7a56b, #b98f50, #a6713f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d4b7, #d6b89a, #c7a56b, #b98f50, #a6713f);
}

Sandy Serenade color palette created on .