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