Blue Postest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Postest palette
Blue Postest カラーパレット CSS
/* CSS */
.color-1 {
color: #f0b2c9;
}
.color-2 {
color: #f7e4a1;
}
.color-3 {
color: #a7d7c8;
}
.color-4 {
color: #6fc7e7;
}
.color-5 {
color: #4d9bdb;
}
/* CSS Variables */
:root {
--color-1: #f0b2c9;
--color-2: #f7e4a1;
--color-3: #a7d7c8;
--color-4: #6fc7e7;
--color-5: #4d9bdb;
}
Blue Postest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b2c9, #f7e4a1, #a7d7c8, #6fc7e7, #4d9bdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b2c9, #f7e4a1, #a7d7c8, #6fc7e7, #4d9bdb);
}
似たようなカラーパレット
Blue Postest color palette created on .