Light Kaolin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Kaolin palette

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

Light Kaolin カラーパレット CSS

/* CSS */
.color-1 {
color: #eae1d2;
}
.color-2 {
color: #d5c7b9;
}
.color-3 {
color: #d9b7a5;
}
.color-4 {
color: #c2a87a;
}
.color-5 {
color: #c6c19a;
}

/* CSS Variables */
:root {
--color-1: #eae1d2;
--color-2: #d5c7b9;
--color-3: #d9b7a5;
--color-4: #c2a87a;
--color-5: #c6c19a;
}

Light Kaolin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae1d2, #d5c7b9, #d9b7a5, #c2a87a, #c6c19a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae1d2, #d5c7b9, #d9b7a5, #c2a87a, #c6c19a);
}

Light Kaolin color palette created on .