Kitten's Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kitten's Delight palette

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

Kitten's Delight カラー パレット PNG 画像

Download kitten's delight color palette PNG image (landscape)
Download kitten's delight color palette PNG image (square)

Kitten's Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f9ea9f;
}
.color-4 {
color: #a9d6d3;
}
.color-5 {
color: #6aaf91;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f6d6a7;
--color-3: #f9ea9f;
--color-4: #a9d6d3;
--color-5: #6aaf91;
}

Kitten's Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f6d6a7, #f9ea9f, #a9d6d3, #6aaf91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f6d6a7, #f9ea9f, #a9d6d3, #6aaf91);
}

Kitten's Delight color palette created on .