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