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