Blue Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Serenity palette
Blue Serenity カラーパレット (PNG) をダウンロード
Blue Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #699eb5;
}
.color-2 {
color: #497c92;
}
.color-3 {
color: #3d5c6c;
}
.color-4 {
color: #c4b4cf;
}
.color-5 {
color: #fcf3c5;
}
/* CSS Variables */
:root {
--color-1: #699eb5;
--color-2: #497c92;
--color-3: #3d5c6c;
--color-4: #c4b4cf;
--color-5: #fcf3c5;
}
Blue Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699eb5, #497c92, #3d5c6c, #c4b4cf, #fcf3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699eb5, #497c92, #3d5c6c, #c4b4cf, #fcf3c5);
}
似たようなカラーパレット
Blue Serenity color palette created on .