Blue Tempest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Tempest palette

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

Blue Tempest カラーパレット CSS

/* CSS */
.color-1 {
color: #1f4e70;
}
.color-2 {
color: #3f7e97;
}
.color-3 {
color: #80b2c2;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff7070;
}

/* CSS Variables */
:root {
--color-1: #1f4e70;
--color-2: #3f7e97;
--color-3: #80b2c2;
--color-4: #ffcb5c;
--color-5: #ff7070;
}

Blue Tempest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e70, #3f7e97, #80b2c2, #ffcb5c, #ff7070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e70, #3f7e97, #80b2c2, #ffcb5c, #ff7070);
}

Blue Tempest color palette created on .