Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cat palette

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

Cat カラー パレット PNG 画像

Download cat color palette PNG image (landscape)
Download cat color palette PNG image (square)

Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #d6618c;
}
.color-4 {
color: #b65d9c;
}
.color-5 {
color: #7c2b8c;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #f1a8a2;
--color-3: #d6618c;
--color-4: #b65d9c;
--color-5: #7c2b8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #f1a8a2, #d6618c, #b65d9c, #7c2b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #f1a8a2, #d6618c, #b65d9c, #7c2b8c);
}

Cat color palette created on .