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