Divination カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Divination palette

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

Divination カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6b5a90;
}
.color-3 {
color: #9d8dc3;
}
.color-4 {
color: #e2c1df;
}
.color-5 {
color: #f6e1a2;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6b5a90;
--color-3: #9d8dc3;
--color-4: #e2c1df;
--color-5: #f6e1a2;
}

Divination の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6b5a90, #9d8dc3, #e2c1df, #f6e1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6b5a90, #9d8dc3, #e2c1df, #f6e1a2);
}

Divination color palette created on .