Absolute Solver J カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Absolute Solver J palette

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

Absolute Solver J カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f2a6b6;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #d5c8ea;
}
.color-5 {
color: #a8d6e6;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f2a6b6;
--color-3: #eab8d1;
--color-4: #d5c8ea;
--color-5: #a8d6e6;
}

Absolute Solver J の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f2a6b6, #eab8d1, #d5c8ea, #a8d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f2a6b6, #eab8d1, #d5c8ea, #a8d6e6);
}

Absolute Solver J color palette created on .