Spanish Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Spanish Oasis palette
Spanish Oasis カラー パレット PNG 画像
Spanish Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #468652;
}
.color-2 {
color: #68a680;
}
.color-3 {
color: #88bf95;
}
.color-4 {
color: #cead83;
}
.color-5 {
color: #cc423e;
}
/* CSS Variables */
:root {
--color-1: #468652;
--color-2: #68a680;
--color-3: #88bf95;
--color-4: #cead83;
--color-5: #cc423e;
}
Spanish Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #468652, #68a680, #88bf95, #cead83, #cc423e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #468652, #68a680, #88bf95, #cead83, #cc423e);
}
似たようなカラーパレット
Spanish Oasis color palette created on .