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