Serene Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Embrace palette

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

Serene Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c6a9;
}
.color-2 {
color: #d9e6d6;
}
.color-3 {
color: #f1e8d5;
}
.color-4 {
color: #e4b69b;
}
.color-5 {
color: #c57d5e;
}

/* CSS Variables */
:root {
--color-1: #a4c6a9;
--color-2: #d9e6d6;
--color-3: #f1e8d5;
--color-4: #e4b69b;
--color-5: #c57d5e;
}

Serene Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a9, #d9e6d6, #f1e8d5, #e4b69b, #c57d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a9, #d9e6d6, #f1e8d5, #e4b69b, #c57d5e);
}

Serene Embrace color palette created on .