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