Wriothe-sley カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wriothe-sley palette

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

Wriothe-sley カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #3b6981;
}
.color-3 {
color: #6d9cc5;
}
.color-4 {
color: #9dd8f1;
}
.color-5 {
color: #f1c950;
}

/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #3b6981;
--color-3: #6d9cc5;
--color-4: #9dd8f1;
--color-5: #f1c950;
}

Wriothe-sley の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #3b6981, #6d9cc5, #9dd8f1, #f1c950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #3b6981, #6d9cc5, #9dd8f1, #f1c950);
}

Wriothe-sley color palette created on .