Tempestuous Tranquility カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tempestuous Tranquility palette

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

Tempestuous Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #6cb0e5;
}
.color-3 {
color: #8cd5f2;
}
.color-4 {
color: #bbe5f7;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #6cb0e5;
--color-3: #8cd5f2;
--color-4: #bbe5f7;
--color-5: #f3f9fc;
}

Tempestuous Tranquility の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #6cb0e5, #8cd5f2, #bbe5f7, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #6cb0e5, #8cd5f2, #bbe5f7, #f3f9fc);
}

Tempestuous Tranquility color palette created on .