Canine Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Canine Sunset palette

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

Canine Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2b2;
}
.color-2 {
color: #f86d6d;
}
.color-3 {
color: #b95b5b;
}
.color-4 {
color: #a24e4e;
}
.color-5 {
color: #6e3f3f;
}

/* CSS Variables */
:root {
--color-1: #f6a2b2;
--color-2: #f86d6d;
--color-3: #b95b5b;
--color-4: #a24e4e;
--color-5: #6e3f3f;
}

Canine Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b2, #f86d6d, #b95b5b, #a24e4e, #6e3f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b2, #f86d6d, #b95b5b, #a24e4e, #6e3f3f);
}

Canine Sunset color palette created on .