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