Light Green Kitty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green Kitty palette

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

Light Green Kitty カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e2a2;
}
.color-2 {
color: #d0e7d1;
}
.color-3 {
color: #f2f7e3;
}
.color-4 {
color: #ffa600;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a8e2a2;
--color-2: #d0e7d1;
--color-3: #f2f7e3;
--color-4: #ffa600;
--color-5: #ff6e61;
}

Light Green Kitty の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e2a2, #d0e7d1, #f2f7e3, #ffa600, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e2a2, #d0e7d1, #f2f7e3, #ffa600, #ff6e61);
}

Light Green Kitty color palette created on .