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: #6b8f24;
}
.color-2 {
color: #2d4a7b;
}
.color-3 {
color: #d4cfc4;
}
.color-4 {
color: #4b8153;
}
.color-5 {
color: #3b5897;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #2d4a7b;
--color-3: #d4cfc4;
--color-4: #4b8153;
--color-5: #3b5897;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #2d4a7b, #d4cfc4, #4b8153, #3b5897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #2d4a7b, #d4cfc4, #4b8153, #3b5897);
}

Shades of Green and Blue color palette created on .