Corporate Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Corporate Serenity palette

このパレットを共有する先:

Corporate Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #4b7bec;
}
.color-3 {
color: #6c9bd0;
}
.color-4 {
color: #99c6ea;
}
.color-5 {
color: #d2e7f4;
}

/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #4b7bec;
--color-3: #6c9bd0;
--color-4: #99c6ea;
--color-5: #d2e7f4;
}

Corporate Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #4b7bec, #6c9bd0, #99c6ea, #d2e7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #4b7bec, #6c9bd0, #99c6ea, #d2e7f4);
}

Corporate Serenity color palette created on .