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