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