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: #78b351;
}
.color-2 {
color: #3a9c8c;
}
.color-3 {
color: #1d1ded;
}
.color-4 {
color: #567a8f;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #78b351;
--color-2: #3a9c8c;
--color-3: #1d1ded;
--color-4: #567a8f;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78b351, #3a9c8c, #1d1ded, #567a8f, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78b351, #3a9c8c, #1d1ded, #567a8f, #f0a800);
}

Shades of Green and Blue color palette created on .