Soft White Pearl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft White Pearl palette

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

Soft White Pearl カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eae4e1;
}
.color-3 {
color: #d4cfc9;
}
.color-4 {
color: #b7a89a;
}
.color-5 {
color: #a18e8c;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eae4e1;
--color-3: #d4cfc9;
--color-4: #b7a89a;
--color-5: #a18e8c;
}

Soft White Pearl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eae4e1, #d4cfc9, #b7a89a, #a18e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eae4e1, #d4cfc9, #b7a89a, #a18e8c);
}

Soft White Pearl color palette created on .