Ink and Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ink and Sunshine palette

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

Ink and Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #fad12e;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6b5b8b;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #fad12e;
--color-3: #f47b1f;
--color-4: #a2c7e7;
--color-5: #6b5b8b;
}

Ink and Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #fad12e, #f47b1f, #a2c7e7, #6b5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #fad12e, #f47b1f, #a2c7e7, #6b5b8b);
}

Ink and Sunshine color palette created on .