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