Serene Emerald Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Emerald Oasis palette
Serene Emerald Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #3cb472;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #69d3c9;
}
.color-4 {
color: #a3e6d4;
}
.color-5 {
color: #def7ef;
}
/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #4eb7a9;
--color-3: #69d3c9;
--color-4: #a3e6d4;
--color-5: #def7ef;
}
Serene Emerald Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}
似たようなカラーパレット
下にスクロールして100+個のエステティックカラーパレットを探索しましょう
Serene Emerald Oasis color palette created on .