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