Callie the Inkling カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Callie the Inkling palette

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

Callie the Inkling カラーパレット CSS

/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #6fc4c8;
}
.color-3 {
color: #98e6e1;
}
.color-4 {
color: #f6a05a;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #6fc4c8;
--color-3: #98e6e1;
--color-4: #f6a05a;
--color-5: #f76e6e;
}

Callie the Inkling の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #6fc4c8, #98e6e1, #f6a05a, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #6fc4c8, #98e6e1, #f6a05a, #f76e6e);
}

Callie the Inkling color palette created on .