Pastel Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Green palette

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

Pastel Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e1a3;
}
.color-2 {
color: #e0aed2;
}
.color-3 {
color: #97c2d3;
}
.color-4 {
color: #6c9d6f;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #f0e1a3;
--color-2: #e0aed2;
--color-3: #97c2d3;
--color-4: #6c9d6f;
--color-5: #f5a524;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1a3, #e0aed2, #97c2d3, #6c9d6f, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1a3, #e0aed2, #97c2d3, #6c9d6f, #f5a524);
}

Pastel Green color palette created on .