Silly Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silly Green palette

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

Silly Green カラーパレット CSS

/* CSS */
.color-1 {
color: #8fff0f;
}
.color-2 {
color: #8abdff;
}
.color-3 {
color: #be1aff;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #003b7a;
}

/* CSS Variables */
:root {
--color-1: #8fff0f;
--color-2: #8abdff;
--color-3: #be1aff;
--color-4: #ffcc00;
--color-5: #003b7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fff0f, #8abdff, #be1aff, #ffcc00, #003b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fff0f, #8abdff, #be1aff, #ffcc00, #003b7a);
}

似たようなカラーパレット

下にスクロールして1個のLimeカラーパレットを探索しましょう

Silly Green color palette created on .