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