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