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