Aquatic Delicacies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aquatic Delicacies palette

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

Aquatic Delicacies カラーパレット CSS

/* CSS */
.color-1 {
color: #1e5057;
}
.color-2 {
color: #3cafa1;
}
.color-3 {
color: #73e2d4;
}
.color-4 {
color: #f8c5af;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e5057;
--color-2: #3cafa1;
--color-3: #73e2d4;
--color-4: #f8c5af;
--color-5: #ff6e61;
}

Aquatic Delicacies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5057, #3cafa1, #73e2d4, #f8c5af, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5057, #3cafa1, #73e2d4, #f8c5af, #ff6e61);
}

Aquatic Delicacies color palette created on .