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