Celestial Hazelnut Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Hazelnut Dreams palette

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

Celestial Hazelnut Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #8e6b5d;
}
.color-2 {
color: #d8c4b0;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #8a9bb7;
}
.color-5 {
color: #5a2d6c;
}

/* CSS Variables */
:root {
--color-1: #8e6b5d;
--color-2: #d8c4b0;
--color-3: #f4e2b8;
--color-4: #8a9bb7;
--color-5: #5a2d6c;
}

Celestial Hazelnut Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e6b5d, #d8c4b0, #f4e2b8, #8a9bb7, #5a2d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e6b5d, #d8c4b0, #f4e2b8, #8a9bb7, #5a2d6c);
}

Celestial Hazelnut Dreams color palette created on .