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