Aqua Kitten カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Kitten palette

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

Aqua Kitten カラーパレット CSS

/* CSS */
.color-1 {
color: #19b6e6;
}
.color-2 {
color: #76cfe5;
}
.color-3 {
color: #a2e6e2;
}
.color-4 {
color: #f3e7b9;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #19b6e6;
--color-2: #76cfe5;
--color-3: #a2e6e2;
--color-4: #f3e7b9;
--color-5: #ff6b6b;
}

Aqua Kitten の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b6e6, #76cfe5, #a2e6e2, #f3e7b9, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b6e6, #76cfe5, #a2e6e2, #f3e7b9, #ff6b6b);
}

Aqua Kitten color palette created on .