Serene Disquiet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Disquiet palette

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

Serene Disquiet カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c9c2;
}
.color-2 {
color: #4b8b8b;
}
.color-3 {
color: #3d5c5c;
}
.color-4 {
color: #a45b8d;
}
.color-5 {
color: #d56f6c;
}

/* CSS Variables */
:root {
--color-1: #a6c9c2;
--color-2: #4b8b8b;
--color-3: #3d5c5c;
--color-4: #a45b8d;
--color-5: #d56f6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9c2, #4b8b8b, #3d5c5c, #a45b8d, #d56f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9c2, #4b8b8b, #3d5c5c, #a45b8d, #d56f6c);
}

Serene Disquiet color palette created on .