Shades of Green and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green and Blue palette

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

Shades of Green and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #48e93a;
}
.color-2 {
color: #0dd9d2;
}
.color-3 {
color: #1823fb;
}
.color-4 {
color: #118bee;
}
.color-5 {
color: #f9ab1a;
}

/* CSS Variables */
:root {
--color-1: #48e93a;
--color-2: #0dd9d2;
--color-3: #1823fb;
--color-4: #118bee;
--color-5: #f9ab1a;
}

Shades of Green and Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48e93a, #0dd9d2, #1823fb, #118bee, #f9ab1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48e93a, #0dd9d2, #1823fb, #118bee, #f9ab1a);
}

Shades of Green and Blue color palette created on .