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