Blue Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Serenity palette
Blue Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #2e398e;
}
.color-2 {
color: #4b6f9b;
}
.color-3 {
color: #6e9dbf;
}
.color-4 {
color: #a6d7e7;
}
.color-5 {
color: #efb74d;
}
/* CSS Variables */
:root {
--color-1: #2e398e;
--color-2: #4b6f9b;
--color-3: #6e9dbf;
--color-4: #a6d7e7;
--color-5: #efb74d;
}
Blue Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e398e, #4b6f9b, #6e9dbf, #a6d7e7, #efb74d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e398e, #4b6f9b, #6e9dbf, #a6d7e7, #efb74d);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Blue Serenity color palette created on .