Vibrant Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Green palette
Vibrant Green カラーパレット CSS
/* CSS */
.color-1 {
color: #a4dab4;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #fbcb89;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d05a39;
}
/* CSS Variables */
:root {
--color-1: #a4dab4;
--color-2: #f4e1a4;
--color-3: #fbcb89;
--color-4: #ff6e61;
--color-5: #d05a39;
}
Vibrant Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab4, #f4e1a4, #fbcb89, #ff6e61, #d05a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab4, #f4e1a4, #fbcb89, #ff6e61, #d05a39);
}
似たようなカラーパレット
Vibrant Green color palette created on .