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