Azure Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Serenity palette
Azure Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #1481e1;
}
.color-2 {
color: #00acdb;
}
.color-3 {
color: #6abcdc;
}
.color-4 {
color: #8bc5da;
}
.color-5 {
color: #94d3db;
}
/* CSS Variables */
:root {
--color-1: #1481e1;
--color-2: #00acdb;
--color-3: #6abcdc;
--color-4: #8bc5da;
--color-5: #94d3db;
}
Azure Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1481e1, #00acdb, #6abcdc, #8bc5da, #94d3db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1481e1, #00acdb, #6abcdc, #8bc5da, #94d3db);
}
似たようなカラーパレット
下にスクロールして3個の青カラーパレットを探索しましょう
Azure Serenity color palette created on .