Blue Abedúl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Abedúl palette

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

Blue Abedúl カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #b9d7e9;
}
.color-3 {
color: #5d9ec6;
}
.color-4 {
color: #497f92;
}
.color-5 {
color: #294c65;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #b9d7e9;
--color-3: #5d9ec6;
--color-4: #497f92;
--color-5: #294c65;
}

Blue Abedúl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #b9d7e9, #5d9ec6, #497f92, #294c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #b9d7e9, #5d9ec6, #497f92, #294c65);
}

Blue Abedúl color palette created on .