Cottage Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cottage Green palette

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

Cottage Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #69bf9a;
}
.color-3 {
color: #4f9c7e;
}
.color-4 {
color: #397959;
}
.color-5 {
color: #2d5d44;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #69bf9a;
--color-3: #4f9c7e;
--color-4: #397959;
--color-5: #2d5d44;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #69bf9a, #4f9c7e, #397959, #2d5d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #69bf9a, #4f9c7e, #397959, #2d5d44);
}

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

Cottage Green color palette created on .