Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Serenity カラーパレット (PNG) をダウンロード
Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #7eb1d3;
}
.color-2 {
color: #9fd6e5;
}
.color-3 {
color: #f1f8f3;
}
.color-4 {
color: #f4d3a4;
}
.color-5 {
color: #e8a4a1;
}
/* CSS Variables */
:root {
--color-1: #7eb1d3;
--color-2: #9fd6e5;
--color-3: #f1f8f3;
--color-4: #f4d3a4;
--color-5: #e8a4a1;
}
Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7eb1d3, #9fd6e5, #f1f8f3, #f4d3a4, #e8a4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7eb1d3, #9fd6e5, #f1f8f3, #f4d3a4, #e8a4a1);
}
似たようなカラーパレット
Serenity color palette created on .