Corporate Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Corporate Serenity palette

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

Corporate Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #7e9ec4;
}
.color-4 {
color: #a3c5e0;
}
.color-5 {
color: #d2e8f4;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #496c9c;
--color-3: #7e9ec4;
--color-4: #a3c5e0;
--color-5: #d2e8f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #496c9c, #7e9ec4, #a3c5e0, #d2e8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #496c9c, #7e9ec4, #a3c5e0, #d2e8f4);
}

Corporate Serenity color palette created on .