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